Html Css Color HEX #551D20 Burnt Crimson

📋 copy color: '#551D20'

red 85 ◦ green 29 ◦ blue 32

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

Shades of Burnt Crimson #551D20

Tints of Burnt Crimson #551D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.92%

R = 58.22%
G = 19.86%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#551D20 (or 0x551D20) is known color: Burnt Crimson. HEX triplet: 55, 1D and 20. RGB value is (85,29,32). Sum of RGB (Red+Green+Blue) = 85+29+32=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 32 (12.89% from 255 or 21.92% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #551D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D20 is #AAE2DF. Grayscale: #2E2E2E. Windows color (decimal): -11199200 or 2104661. OLE color: 2104661.

HSL color Cylindrical-coordinate representation of color #551D20: hue angle of 356.79º 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 #551D20 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 29 32 -
CMYK 0 0.66 0.62 0.67
HSL 356.79º 0.49% 0.22% -
HSV(B) 356.79º 0.66% 0.33% -
XYZ 4.45 2.91 1.69 -
YUV 46.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 85 29 32 0 0.66 0.62 0.67 356.79 0.49 0.22
Hex 55 1D 20 0 42 3E 43 165 31 16
Octal 125 35 40 0 102 76 103 545 61 26
Binary 1010101 11101 100000 0 1000010 111110 1000011 101100101 110001 10110

Color Harmonies of #551D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551D20

Black with #551D20

Text Example


Text Example

White with #551D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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