#562129

Color #562129 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #562129

Tints of Burnt Crimson #562129

Color information

#562129 (or 0x562129) is unknown color: approx Burnt Crimson. HEX triplet: 56, 21 and 29. RGB value is (86,33,41). Sum of RGB (Red+Green+Blue) = 86+33+41=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #562129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562129 is #A9DED6. Grayscale: #313131. Windows color (decimal): -11132631 or 2695510. OLE color: 2695510.

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

Color convert

RGB863341-
CMYK00.620.520.66
HSL350.94º44.54%23.33%-
HSV(B)350.94º61.63%33.73%-
XYZ4.783.232.47-
YUV49.76123.06153.85-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 53.75%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=53.75%
G=20.62%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86334100.620.520.66350.9444.5423.33
Hex56212903E344215f2d17
Octal1264151076641025375527
Binary10101101000011010010111110110100100001010101111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562129; }

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

 H1.HeaderClassName
 {
   color: #562129;
 }
 .AnyTagClassName
 {
   color: #562129;
 }
</style>
background-color css

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

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

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

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

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

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