#5F1905

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

Shades of Red Oxide #5F1905

Tints of Red Oxide #5F1905

Color information

#5F1905 (or 0x5F1905) is unknown color: approx Red Oxide. HEX triplet: 5F, 19 and 05. RGB value is (95,25,5). Sum of RGB (Red+Green+Blue) = 95+25+5=125 (16% of max value = 765). Red value is 95 (37.5% from 255 or 76% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1905 is #A0E6FA. Grayscale: #2B2B2B. Windows color (decimal): -10544891 or 334175. OLE color: 334175.

HSL color Cylindrical-coordinate representation of color #5F1905: hue angle of 13.33º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F1905 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.63.

Color convert

RGB95255-
CMYK00.740.950.63
HSL13.33º90%19.61%-
HSV(B)13.33º94.74%37.25%-
XYZ5.093.140.48-
YUV43.65106.19164.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 76%
GREEN value IS 25 (10.16% from 255) = 20%
BLUE value IS 5 (2.34% from 255) = 4%
R=76%
G=20%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9525500.740.950.6313.339019.61
Hex5F19504A5F3Fd5a14
Octal1373150112137771513224
Binary1011111110011010100101010111111111111101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,25,5); }

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

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

 a { background-color: rgb(95,25,5); }

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

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

 span { border-color: rgb(95,25,5); }

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