Html Css Color HEX #551718 Burnt Crimson

📋 copy color: '#551718'

red 85 ◦ green 23 ◦ blue 24

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

Shades of Burnt Crimson #551718

Tints of Burnt Crimson #551718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 17.42%

 BLUE value IS 24 (9.77% from 255) = 18.18%

R = 64.39%
G = 17.42%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#551718 (or 0x551718) is known color: Burnt Crimson. HEX triplet: 55, 17 and 18. RGB value is (85,23,24). Sum of RGB (Red+Green+Blue) = 85+23+24=132 (17% of max value = 765). Red value is 85 (33.59% from 255 or 64.39% from 132); Green value is 23 (9.38% from 255 or 17.42% from 132); Blue value is 24 (9.77% from 255 or 18.18% from 132); Max value from RGB is 85 - color contains mainly: red. Hex color #551718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551718 is #AAE8E7. Grayscale: #292929. Windows color (decimal): -11200744 or 1578837. OLE color: 1578837.

HSL color Cylindrical-coordinate representation of color #551718: hue angle of 359.03º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #551718 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 23 24 -
CMYK 0 0.73 0.72 0.67
HSL 359.03º 0.57% 0.21% -
HSV(B) 359.03º 0.73% 0.33% -
XYZ 4.22 2.61 1.15 -
YUV 41.65 118.04 158.92 -
System Red Green Blue C M Y K H S L
Decimal 85 23 24 0 0.73 0.72 0.67 359.03 0.57 0.21
Hex 55 17 18 0 49 48 43 167 39 15
Octal 125 27 30 0 111 110 103 547 71 25
Binary 1010101 10111 11000 0 1001001 1001000 1000011 101100111 111001 10101

Color Harmonies of #551718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551718

Black with #551718

Text Example


Text Example

White with #551718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551718; }

 p { color: rgb(85,23,24); }

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

background-color css

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

 a { background-color: rgb(85,23,24); }

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

border-color css

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

 span { border-color: rgb(85,23,24); }

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