#562125

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

Shades of Burnt Crimson #562125

Tints of Burnt Crimson #562125

Color information

#562125 (or 0x562125) is unknown color: approx Burnt Crimson. HEX triplet: 56, 21 and 25. RGB value is (86,33,37). Sum of RGB (Red+Green+Blue) = 86+33+37=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #562125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562125 is #A9DEDA. Grayscale: #313131. Windows color (decimal): -11132635 or 2433366. OLE color: 2433366.

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

Color convert

RGB863337-
CMYK00.620.570.66
HSL355.47º44.54%23.33%-
HSV(B)355.47º61.63%33.73%-
XYZ4.723.22.12-
YUV49.3121.06154.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=55.13%
G=21.15%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86333700.620.570.66355.4744.5423.33
Hex56212503E39421632d17
Octal1264145076711025435527
Binary10101101000011001010111110111001100001010110001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562125; }

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

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

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

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

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

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

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

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