Html Css Color HEX #561D24 Burnt Crimson

📋 copy color: '#561D24'

red 86 ◦ green 29 ◦ blue 36

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

Shades of Burnt Crimson #561D24

Tints of Burnt Crimson #561D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.21%

 BLUE value IS 36 (14.45% from 255) = 23.84%

R = 56.95%
G = 19.21%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#561D24 (or 0x561D24) is known color: Burnt Crimson. HEX triplet: 56, 1D and 24. RGB value is (86,29,36). Sum of RGB (Red+Green+Blue) = 86+29+36=151 (20% of max value = 765). Red value is 86 (33.98% from 255 or 56.95% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 86 - color contains mainly: red. Hex color #561D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561D24 is #A9E2DB. Grayscale: #2E2E2E. Windows color (decimal): -11133660 or 2366806. OLE color: 2366806.

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

Color convert

RGB 86 29 36 -
CMYK 0 0.66 0.58 0.66
HSL 352.63º 0.5% 0.23% -
HSV(B) 352.63º 0.66% 0.34% -
XYZ 4.6 2.98 2 -
YUV 46.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 86 29 36 0 0.66 0.58 0.66 352.63 0.5 0.23
Hex 56 1D 24 0 42 3A 42 161 32 17
Octal 126 35 44 0 102 72 102 541 62 27
Binary 1010110 11101 100100 0 1000010 111010 1000010 101100001 110010 10111

Color Harmonies of #561D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561D24

Black with #561D24

Text Example


Text Example

White with #561D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561D24; }

 p { color: rgb(86,29,36); }

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

background-color css

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

 a { background-color: rgb(86,29,36); }

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

border-color css

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

 span { border-color: rgb(86,29,36); }

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