#5D090B

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

Shades of Burnt Crimson #5D090B

Tints of Burnt Crimson #5D090B

Color information

#5D090B (or 0x5D090B) is unknown color: approx Burnt Crimson. HEX triplet: 5D, 09 and 0B. RGB value is (93,9,11). Sum of RGB (Red+Green+Blue) = 93+9+11=113 (14% of max value = 765). Red value is 93 (36.72% from 255 or 82.30% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 93 - color contains mainly: red. Hex color #5D090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D090B is #A2F6F4. Grayscale: #222222. Windows color (decimal): -10680053 or 723293. OLE color: 723293.

HSL color Cylindrical-coordinate representation of color #5D090B: hue angle of 358.57º 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 #5D090B is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.64.

Color convert

RGB93911-
CMYK00.900.880.64
HSL358.57º82.35%20%-
HSV(B)358.57º90.32%36.47%-
XYZ4.672.550.56-
YUV34.34114.83169.84-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 82.30%
GREEN value IS 9 (3.91% from 255) = 7.96%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=82.30%
G=7.96%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9391100.900.880.64358.5782.3520
Hex5D9B05A58401675214
Octal1351113013213010054712224
Binary1011101100110110101101010110001000000101100111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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