Html Css Color HEX #551318 Burnt Crimson

📋 copy color: '#551318'

red 85 ◦ green 19 ◦ blue 24

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

Shades of Burnt Crimson #551318

Tints of Burnt Crimson #551318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.84%

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

R = 66.41%
G = 14.84%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#551318 (or 0x551318) is known color: Burnt Crimson. HEX triplet: 55, 13 and 18. RGB value is (85,19,24). Sum of RGB (Red+Green+Blue) = 85+19+24=128 (16% of max value = 765). Red value is 85 (33.59% from 255 or 66.41% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 85 - color contains mainly: red. Hex color #551318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551318 is #AAECE7. Grayscale: #272727. Windows color (decimal): -11201768 or 1577813. OLE color: 1577813.

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

Color convert

RGB 85 19 24 -
CMYK 0 0.78 0.72 0.67
HSL 355.45º 0.63% 0.2% -
HSV(B) 355.45º 0.78% 0.33% -
XYZ 4.14 2.46 1.12 -
YUV 39.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 85 19 24 0 0.78 0.72 0.67 355.45 0.63 0.2
Hex 55 13 18 0 4E 48 43 163 3F 14
Octal 125 23 30 0 116 110 103 543 77 24
Binary 1010101 10011 11000 0 1001110 1001000 1000011 101100011 111111 10100

Color Harmonies of #551318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551318

Black with #551318

Text Example


Text Example

White with #551318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551318; }

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

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

background-color css

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

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

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

border-color css

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

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

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