#562123

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

Shades of Burnt Crimson #562123

Tints of Burnt Crimson #562123

Color information

#562123 (or 0x562123) is unknown color: approx Burnt Crimson. HEX triplet: 56, 21 and 23. RGB value is (86,33,35). Sum of RGB (Red+Green+Blue) = 86+33+35=154 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.84% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 86 - color contains mainly: red. Hex color #562123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562123 is #A9DEDC. Grayscale: #313131. Windows color (decimal): -11132637 or 2302294. OLE color: 2302294.

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

Color convert

RGB863335-
CMYK00.620.590.66
HSL357.74º44.54%23.33%-
HSV(B)357.74º61.63%33.73%-
XYZ4.683.191.96-
YUV49.08120.06154.34-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.84%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=55.84%
G=21.43%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86333500.620.590.66357.7444.5423.33
Hex56212303E3B421662d17
Octal1264143076731025465527
Binary10101101000011000110111110111011100001010110011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #562123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #562123; }

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

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

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

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

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

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

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

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