#5D080A

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

Shades of Burnt Crimson #5D080A

Tints of Burnt Crimson #5D080A

Color information

#5D080A (or 0x5D080A) is unknown color: approx Burnt Crimson. HEX triplet: 5D, 08 and 0A. RGB value is (93,8,10). Sum of RGB (Red+Green+Blue) = 93+8+10=111 (14% of max value = 765). Red value is 93 (36.72% from 255 or 83.78% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 10 (4.30% from 255 or 9.01% from 111); Max value from RGB is 93 - color contains mainly: red. Hex color #5D080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D080A is #A2F7F5. Grayscale: #212121. Windows color (decimal): -10680310 or 657501. OLE color: 657501.

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

Color convert

RGB93810-
CMYK00.910.890.64
HSL358.59º84.16%19.8%-
HSV(B)358.59º91.4%36.47%-
XYZ4.662.520.53-
YUV33.64114.66170.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 83.78%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 10 (4.30% from 255) = 9.01%
R=83.78%
G=7.21%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.89
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9381000.910.890.64358.5984.1619.8
Hex5D8A05B59401675414
Octal1351012013313110054712424
Binary1011101100010100101101110110011000000101100111101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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