Html Css Color HEX #562029 Burnt Crimson

📋 copy color: '#562029'

red 86 ◦ green 32 ◦ blue 41

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

Shades of Burnt Crimson #562029

Tints of Burnt Crimson #562029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.13%

 BLUE value IS 41 (16.41% from 255) = 25.79%

R = 54.09%
G = 20.13%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.66

RGB Variations

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

Color information

#562029 (or 0x562029) is known color: Burnt Crimson. HEX triplet: 56, 20 and 29. RGB value is (86,32,41). Sum of RGB (Red+Green+Blue) = 86+32+41=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #562029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562029 is #A9DFD6. Grayscale: #313131. Windows color (decimal): -11132887 or 2695254. OLE color: 2695254.

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

Color convert

RGB 86 32 41 -
CMYK 0 0.63 0.52 0.66
HSL 350º 0.46% 0.23% -
HSV(B) 350º 0.63% 0.34% -
XYZ 4.75 3.17 2.46 -
YUV 49.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 86 32 41 0 0.63 0.52 0.66 350 0.46 0.23
Hex 56 20 29 0 3F 34 42 15E 2E 17
Octal 126 40 51 0 77 64 102 536 56 27
Binary 1010110 100000 101001 0 111111 110100 1000010 101011110 101110 10111

Color Harmonies of #562029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #562029

Black with #562029

Text Example


Text Example

White with #562029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #562029; }

 p { color: rgb(86,32,41); }

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

background-color css

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

 a { background-color: rgb(86,32,41); }

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

border-color css

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

 span { border-color: rgb(86,32,41); }

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