#56090A

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

Shades of Burnt Crimson #56090A

Tints of Burnt Crimson #56090A

Color information

#56090A (or 0x56090A) is unknown color: approx Burnt Crimson. HEX triplet: 56, 09 and 0A. RGB value is (86,9,10). Sum of RGB (Red+Green+Blue) = 86+9+10=105 (13% of max value = 765). Red value is 86 (33.98% from 255 or 81.90% from 105); Green value is 9 (3.91% from 255 or 8.57% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 86 - color contains mainly: red. Hex color #56090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #56090A is #A9F6F5. Grayscale: #202020. Windows color (decimal): -11138806 or 657750. OLE color: 657750.

HSL color Cylindrical-coordinate representation of color #56090A: hue angle of 359.22º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #56090A is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB86910-
CMYK00.900.880.66
HSL359.22º81.05%18.63%-
HSV(B)359.22º89.53%33.73%-
XYZ3.992.20.5-
YUV32.14115.51166.42-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 81.90%
GREEN value IS 9 (3.91% from 255) = 8.57%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=81.90%
G=8.57%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8691000.900.880.66359.2281.0518.63
Hex569A05A58421675113
Octal1261112013213010254712123
Binary1010110100110100101101010110001000010101100111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56090A; }

 p { color: rgb(86,9,10); }

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

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

 a { background-color: rgb(86,9,10); }

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

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

 span { border-color: rgb(86,9,10); }

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