Html Css Color HEX #551F20 Burnt Crimson

📋 copy color: '#551F20'

red 85 ◦ green 31 ◦ blue 32

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

Shades of Burnt Crimson #551F20

Tints of Burnt Crimson #551F20

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.95%

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

R = 57.43%
G = 20.95%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#551F20 (or 0x551F20) is known color: Burnt Crimson. HEX triplet: 55, 1F and 20. RGB value is (85,31,32). Sum of RGB (Red+Green+Blue) = 85+31+32=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 32 (12.89% from 255 or 21.62% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #551F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551F20 is #AAE0DF. Grayscale: #2F2F2F. Windows color (decimal): -11198688 or 2105173. OLE color: 2105173.

HSL color Cylindrical-coordinate representation of color #551F20: hue angle of 358.89º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #551F20 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 31 32 -
CMYK 0 0.64 0.62 0.67
HSL 358.89º 0.47% 0.23% -
HSV(B) 358.89º 0.64% 0.33% -
XYZ 4.5 3.02 1.71 -
YUV 47.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 85 31 32 0 0.64 0.62 0.67 358.89 0.47 0.23
Hex 55 1F 20 0 40 3E 43 167 2F 17
Octal 125 37 40 0 100 76 103 547 57 27
Binary 1010101 11111 100000 0 1000000 111110 1000011 101100111 101111 10111

Color Harmonies of #551F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551F20

Black with #551F20

Text Example


Text Example

White with #551F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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