Html Css Color HEX #4F170B Red Oxide

📋 copy color: '#4F170B'

red 79 ◦ green 23 ◦ blue 11

#4F170B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #4F170B

Tints of Red Oxide #4F170B

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 value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#4F170B (or 0x4F170B) is known color: 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

RGB 79 23 11 -
CMYK 0 0.71 0.86 0.69
HSL 10.59º 0.76% 0.18% -
HSV(B) 10.59º 0.86% 0.31% -
XYZ 3.59 2.3 0.57 -
YUV 38.38 112.55 156.98 -
System Red Green Blue C M Y K H S L
Decimal 79 23 11 0 0.71 0.86 0.69 10.59 0.76 0.18
Hex 4F 17 B 0 47 56 45 B 4C 12
Octal 117 27 13 0 107 126 105 13 114 22
Binary 1001111 10111 1011 0 1000111 1010110 1000101 1011 1001100 10010

Color Harmonies of #4F170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F170B

Black with #4F170B

Text Example


Text Example

White with #4F170B

Text Example


Text Example

HTML Codes & Css Web 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>