Html Css Color HEX #561718 Burnt Crimson

📋 copy color: '#561718'

red 86 ◦ green 23 ◦ blue 24

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

Shades of Burnt Crimson #561718

Tints of Burnt Crimson #561718

RGB

 RED value IS 86 (33.98% from 255) = 64.66%

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

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

R = 64.66%
G = 17.29%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#561718 (or 0x561718) is known color: Burnt Crimson. HEX triplet: 56, 17 and 18. RGB value is (86,23,24). Sum of RGB (Red+Green+Blue) = 86+23+24=133 (17% of max value = 765). Red value is 86 (33.98% from 255 or 64.66% from 133); Green value is 23 (9.38% from 255 or 17.29% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 86 - color contains mainly: red. Hex color #561718 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561718 is #A9E8E7. Grayscale: #2A2A2A. Windows color (decimal): -11135208 or 1578838. OLE color: 1578838.

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

Color convert

RGB 86 23 24 -
CMYK 0 0.73 0.72 0.66
HSL 359.05º 0.58% 0.21% -
HSV(B) 359.05º 0.73% 0.34% -
XYZ 4.31 2.66 1.15 -
YUV 41.95 117.87 159.42 -
System Red Green Blue C M Y K H S L
Decimal 86 23 24 0 0.73 0.72 0.66 359.05 0.58 0.21
Hex 56 17 18 0 49 48 42 167 3A 15
Octal 126 27 30 0 111 110 102 547 72 25
Binary 1010110 10111 11000 0 1001001 1001000 1000010 101100111 111010 10101

Color Harmonies of #561718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561718

Black with #561718

Text Example


Text Example

White with #561718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561718; }

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

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

background-color css

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

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

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

border-color css

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

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

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