#5D090A

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

Shades of Burnt Crimson #5D090A

Tints of Burnt Crimson #5D090A

Color information

#5D090A (or 0x5D090A) is unknown color: approx Burnt Crimson. HEX triplet: 5D, 09 and 0A. RGB value is (93,9,10). Sum of RGB (Red+Green+Blue) = 93+9+10=112 (14% of max value = 765). Red value is 93 (36.72% from 255 or 83.04% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 10 (4.30% from 255 or 8.93% from 112); Max value from RGB is 93 - color contains mainly: red. Hex color #5D090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D090A is #A2F6F5. Grayscale: #222222. Windows color (decimal): -10680054 or 657757. OLE color: 657757.

HSL color Cylindrical-coordinate representation of color #5D090A: hue angle of 359.29º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D090A is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.64.

Color convert

RGB93910-
CMYK00.900.890.64
HSL359.29º82.35%20%-
HSV(B)359.29º90.32%36.47%-
XYZ4.672.540.53-
YUV34.23114.33169.92-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 83.04%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 10 (4.30% from 255) = 8.93%
R=83.04%
G=8.04%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9391000.900.890.64359.2982.3520
Hex5D9A05A59401675214
Octal1351112013213110054712224
Binary1011101100110100101101010110011000000101100111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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