Html Css Color HEX #561518 Burnt Crimson

📋 copy color: '#561518'

red 86 ◦ green 21 ◦ blue 24

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

Shades of Burnt Crimson #561518

Tints of Burnt Crimson #561518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.03%

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

R = 65.65%
G = 16.03%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.66

RGB Variations

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

Color information

#561518 (or 0x561518) is known color: Burnt Crimson. HEX triplet: 56, 15 and 18. RGB value is (86,21,24). Sum of RGB (Red+Green+Blue) = 86+21+24=131 (17% of max value = 765). Red value is 86 (33.98% from 255 or 65.65% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 86 - color contains mainly: red. Hex color #561518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #561518 is #A9EAE7. Grayscale: #282828. Windows color (decimal): -11135720 or 1578326. OLE color: 1578326.

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

Color convert

RGB 86 21 24 -
CMYK 0 0.76 0.72 0.66
HSL 357.23º 0.61% 0.21% -
HSV(B) 357.23º 0.76% 0.34% -
XYZ 4.27 2.58 1.14 -
YUV 40.78 118.53 160.26 -
System Red Green Blue C M Y K H S L
Decimal 86 21 24 0 0.76 0.72 0.66 357.23 0.61 0.21
Hex 56 15 18 0 4C 48 42 165 3D 15
Octal 126 25 30 0 114 110 102 545 75 25
Binary 1010110 10101 11000 0 1001100 1001000 1000010 101100101 111101 10101

Color Harmonies of #561518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561518

Black with #561518

Text Example


Text Example

White with #561518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561518; }

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

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

background-color css

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

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

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

border-color css

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

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

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