#5B1408

Color #5B1408 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #5B1408

Tints of Red Oxide #5B1408

Color information

#5B1408 (or 0x5B1408) is unknown color: approx Red Oxide. HEX triplet: 5B, 14 and 08. RGB value is (91,20,8). Sum of RGB (Red+Green+Blue) = 91+20+8=119 (15% of max value = 765). Red value is 91 (35.94% from 255 or 76.47% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 8 (3.52% from 255 or 6.72% from 119); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B1408 is #A4EBF7. Grayscale: #272727. Windows color (decimal): -10808312 or 529499. OLE color: 529499.

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

Color convert

RGB91208-
CMYK00.780.910.64
HSL8.67º83.84%19.41%-
HSV(B)8.67º91.21%35.69%-
XYZ4.612.740.52-
YUV39.86110.02164.48-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 76.47%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 8 (3.52% from 255) = 6.72%
R=76.47%
G=16.81%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9120800.780.910.648.6783.8419.41
Hex5B14804E5B4095413
Octal133241001161331001112423
Binary101101110100100001001110101101110000001001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,20,8); }

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

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

 a { background-color: rgb(91,20,8); }

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

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

 span { border-color: rgb(91,20,8); }

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