#4F170B

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

Shades of Red Oxide #4F170B

Tints of Red Oxide #4F170B

Color information

#4F170B (or 0x4F170B) is unknown color: approx Red Oxide. HEX triplet: 4F, 17 and 0B. RGB value is (79,23,11). Sum of RGB (Red+Green+Blue) = 79+23+11=113 (14% of max value = 765). Red value is 79 (31.25% from 255 or 69.91% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 79 - color contains mainly: red. Hex color #4F170B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F170B is #B0E8F4. Grayscale: #262626. Windows color (decimal): -11593973 or 726863. OLE color: 726863.

HSL color Cylindrical-coordinate representation of color #4F170B: hue angle of 10.59º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F170B is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB792311-
CMYK00.710.860.69
HSL10.59º75.56%17.65%-
HSV(B)10.59º86.08%30.98%-
XYZ3.592.30.57-
YUV38.38112.55156.98-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 69.91%
GREEN value IS 23 (9.38% from 255) = 20.35%
BLUE value IS 11 (4.69% from 255) = 9.73%
R=69.91%
G=20.35%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79231100.710.860.6910.5975.5617.65
Hex4F17B0475645b4c12
Octal117271301071261051311422
Binary100111110111101101000111101011010001011011100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F170B; }

 p { color: rgb(79,23,11); }

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

<style>
 a { background-color: #4F170B; }

 a { background-color: rgb(79,23,11); }

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

<style>
 span { border-color: #4F170B; }

 span { border-color: rgb(79,23,11); }

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