#5A090D

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

Shades of Burnt Crimson #5A090D

Tints of Burnt Crimson #5A090D

Color information

#5A090D (or 0x5A090D) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 09 and 0D. RGB value is (90,9,13). Sum of RGB (Red+Green+Blue) = 90+9+13=112 (14% of max value = 765). Red value is 90 (35.55% from 255 or 80.36% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 90 - color contains mainly: red. Hex color #5A090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A090D is #A5F6F2. Grayscale: #212121. Windows color (decimal): -10876659 or 854362. OLE color: 854362.

HSL color Cylindrical-coordinate representation of color #5A090D: hue angle of 357.04º 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 #5A090D is Cyan = 0, Magento = 0.9, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB90913-
CMYK00.90.860.65
HSL357.04º81.82%19.41%-
HSV(B)357.04º90%35.29%-
XYZ4.392.40.61-
YUV33.67116.34168.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 80.36%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=80.36%
G=8.04%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9091300.90.860.65357.0481.8219.41
Hex5A9D05A56411655213
Octal1321115013212610154512223
Binary1011010100111010101101010101101000001101100101101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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