#5F1D1A

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

Shades of Red Oxide #5F1D1A

Tints of Red Oxide #5F1D1A

Color information

#5F1D1A (or 0x5F1D1A) is unknown color: approx Red Oxide. HEX triplet: 5F, 1D and 1A. RGB value is (95,29,26). Sum of RGB (Red+Green+Blue) = 95+29+26=150 (19% of max value = 765). Red value is 95 (37.5% from 255 or 63.33% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F1D1A is #A0E2E5. Grayscale: #303030. Windows color (decimal): -10543846 or 1711455. OLE color: 1711455.

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

Color convert

RGB952926-
CMYK00.690.730.63
HSL2.61º57.02%23.73%-
HSV(B)2.61º72.63%37.25%-
XYZ5.353.391.35-
YUV48.39115.37161.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 63.33%
GREEN value IS 29 (11.72% from 255) = 19.33%
BLUE value IS 26 (10.55% from 255) = 17.33%
R=63.33%
G=19.33%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95292600.690.730.632.6157.0223.73
Hex5F1D1A045493F33918
Octal137353201051117737130
Binary101111111101110100100010110010011111111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,29,26); }

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

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

 a { background-color: rgb(95,29,26); }

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

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

 span { border-color: rgb(95,29,26); }

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