#562126

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

Shades of Burnt Crimson #562126

Tints of Burnt Crimson #562126

Color information

#562126 (or 0x562126) is unknown color: approx Burnt Crimson. HEX triplet: 56, 21 and 26. RGB value is (86,33,38). Sum of RGB (Red+Green+Blue) = 86+33+38=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #562126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562126 is #A9DED9. Grayscale: #313131. Windows color (decimal): -11132634 or 2498902. OLE color: 2498902.

HSL color Cylindrical-coordinate representation of color #562126: hue angle of 354.34º 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 #562126 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.66.

Color convert

RGB863338-
CMYK00.620.560.66
HSL354.34º44.54%23.33%-
HSV(B)354.34º61.63%33.73%-
XYZ4.733.212.2-
YUV49.42121.56154.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 54.78%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=54.78%
G=21.02%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86333800.620.560.66354.3444.5423.33
Hex56212603E38421622d17
Octal1264146076701025425527
Binary10101101000011001100111110111000100001010110001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562126; }

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

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

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

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

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

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

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

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