Html Css Color HEX #551D1E Burnt Crimson

📋 copy color: '#551D1E'

red 85 ◦ green 29 ◦ blue 30

#551D1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #551D1E

Tints of Burnt Crimson #551D1E

RGB

 RED value IS 85 (33.59% from 255) = 59.03%

 GREEN value IS 29 (11.72% from 255) = 20.14%

 BLUE value IS 30 (12.11% from 255) = 20.83%

R = 59.03%
G = 20.14%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.67

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#551D1E (or 0x551D1E) is known color: Burnt Crimson. HEX triplet: 55, 1D and 1E. RGB value is (85,29,30). Sum of RGB (Red+Green+Blue) = 85+29+30=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #551D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D1E is #AAE2E1. Grayscale: #2D2D2D. Windows color (decimal): -11199202 or 1973589. OLE color: 1973589.

HSL color Cylindrical-coordinate representation of color #551D1E: hue angle of 358.93º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551D1E is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 29 30 -
CMYK 0 0.66 0.65 0.67
HSL 358.93º 0.49% 0.22% -
HSV(B) 358.93º 0.66% 0.33% -
XYZ 4.42 2.9 1.56 -
YUV 45.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 85 29 30 0 0.66 0.65 0.67 358.93 0.49 0.22
Hex 55 1D 1E 0 42 41 43 167 31 16
Octal 125 35 36 0 102 101 103 547 61 26
Binary 1010101 11101 11110 0 1000010 1000001 1000011 101100111 110001 10110

Color Harmonies of #551D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551D1E

Black with #551D1E

Text Example


Text Example

White with #551D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551D1E; }

 p { color: rgb(85,29,30); }

 H1.HeaderClassName
 {
   color: #551D1E;
 }
 .AnyTagClassName
 {
   color: #551D1E;
 }
</style>

background-color css

<style>
 a { background-color: #551D1E; }

 a { background-color: rgb(85,29,30); }

 div.DivClassName
 {
   background-color: #551D1E;
 }
 .BgClassName
 {
   background-color: #551D1E;
 }
</style>

border-color css

<style>
 span { border-color: #551D1E; }

 span { border-color: rgb(85,29,30); }

 td.TdClassName
 {
   border-color: #551D1E;
 }
 .TagClassName
 {
   border-color: #551D1E;
 }
</style>