#5A090A

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

Shades of Burnt Crimson #5A090A

Tints of Burnt Crimson #5A090A

Color information

#5A090A (or 0x5A090A) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 09 and 0A. RGB value is (90,9,10). Sum of RGB (Red+Green+Blue) = 90+9+10=109 (14% of max value = 765). Red value is 90 (35.55% from 255 or 82.57% from 109); Green value is 9 (3.91% from 255 or 8.26% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 90 - color contains mainly: red. Hex color #5A090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A090A is #A5F6F5. Grayscale: #212121. Windows color (decimal): -10876662 or 657754. OLE color: 657754.

HSL color Cylindrical-coordinate representation of color #5A090A: hue angle of 359.26º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A090A is Cyan = 0, Magento = 0.9, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB90910-
CMYK00.90.890.65
HSL359.26º81.82%19.41%-
HSV(B)359.26º90%35.29%-
XYZ4.372.390.52-
YUV33.33114.84168.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 82.57%
GREEN value IS 9 (3.91% from 255) = 8.26%
BLUE value IS 10 (4.30% from 255) = 9.17%
R=82.57%
G=8.26%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9091000.90.890.65359.2681.8219.41
Hex5A9A05A59411675213
Octal1321112013213110154712223
Binary1011010100110100101101010110011000001101100111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A090A; }

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

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

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

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

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

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

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

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