#5F1C0D

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

Shades of Red Oxide #5F1C0D

Tints of Red Oxide #5F1C0D

Color information

#5F1C0D (or 0x5F1C0D) is unknown color: approx Red Oxide. HEX triplet: 5F, 1C and 0D. RGB value is (95,28,13). Sum of RGB (Red+Green+Blue) = 95+28+13=136 (18% of max value = 765). Red value is 95 (37.5% from 255 or 69.85% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5F1C0D is #A0E3F2. Grayscale: #2E2E2E. Windows color (decimal): -10544115 or 859231. OLE color: 859231.

HSL color Cylindrical-coordinate representation of color #5F1C0D: hue angle of 10.98º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F1C0D is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.63.

Color convert

RGB952813-
CMYK00.710.860.63
HSL10.98º75.93%21.18%-
HSV(B)10.98º86.32%37.25%-
XYZ5.213.290.74-
YUV46.32109.2162.72-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 69.85%
GREEN value IS 28 (11.33% from 255) = 20.59%
BLUE value IS 13 (5.47% from 255) = 9.56%
R=69.85%
G=20.59%
B=9.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95281300.710.860.6310.9875.9321.18
Hex5F1CD047563Fb4c15
Octal13734150107126771311425
Binary10111111110011010100011110101101111111011100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,28,13); }

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

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

 a { background-color: rgb(95,28,13); }

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

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

 span { border-color: rgb(95,28,13); }

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