#5F140F

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

Shades of Red Oxide #5F140F

Tints of Red Oxide #5F140F

Color information

#5F140F (or 0x5F140F) is unknown color: approx Red Oxide. HEX triplet: 5F, 14 and 0F. RGB value is (95,20,15). Sum of RGB (Red+Green+Blue) = 95+20+15=130 (17% of max value = 765). Red value is 95 (37.5% from 255 or 73.08% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 95 - color contains mainly: red. Hex color #5F140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F140F is #A0EBF0. Grayscale: #292929. Windows color (decimal): -10546161 or 988255. OLE color: 988255.

HSL color Cylindrical-coordinate representation of color #5F140F: hue angle of 3.75º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F140F is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.63.

Color convert

RGB952015-
CMYK00.790.840.63
HSL3.75º72.73%21.57%-
HSV(B)3.75º84.21%37.25%-
XYZ5.062.970.76-
YUV41.86112.85165.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 73.08%
GREEN value IS 20 (8.20% from 255) = 15.38%
BLUE value IS 15 (6.25% from 255) = 11.54%
R=73.08%
G=15.38%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95201500.790.840.633.7572.7321.57
Hex5F14F04F543F44916
Octal1372417011712477411126
Binary1011111101001111010011111010100111111100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,20,15); }

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

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

 a { background-color: rgb(95,20,15); }

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

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

 span { border-color: rgb(95,20,15); }

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