Html Css Color HEX #561E27 Burnt Crimson

📋 copy color: '#561E27'

red 86 ◦ green 30 ◦ blue 39

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

Shades of Burnt Crimson #561E27

Tints of Burnt Crimson #561E27

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.35%

 BLUE value IS 39 (15.63% from 255) = 25.16%

R = 55.48%
G = 19.35%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#561E27 (or 0x561E27) is known color: Burnt Crimson. HEX triplet: 56, 1E and 27. RGB value is (86,30,39). Sum of RGB (Red+Green+Blue) = 86+30+39=155 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.48% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 86 - color contains mainly: red. Hex color #561E27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E27 is #A9E1D8. Grayscale: #2F2F2F. Windows color (decimal): -11133401 or 2563670. OLE color: 2563670.

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

Color convert

RGB 86 30 39 -
CMYK 0 0.65 0.55 0.66
HSL 350.36º 0.48% 0.23% -
HSV(B) 350.36º 0.65% 0.34% -
XYZ 4.67 3.05 2.26 -
YUV 47.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 86 30 39 0 0.65 0.55 0.66 350.36 0.48 0.23
Hex 56 1E 27 0 41 37 42 15E 30 17
Octal 126 36 47 0 101 67 102 536 60 27
Binary 1010110 11110 100111 0 1000001 110111 1000010 101011110 110000 10111

Color Harmonies of #561E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561E27

Black with #561E27

Text Example


Text Example

White with #561E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,30,39); }

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

background-color css

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

 a { background-color: rgb(86,30,39); }

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

border-color css

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

 span { border-color: rgb(86,30,39); }

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