Html Css Color HEX #4F0E06 Red Oxide

📋 copy color: '#4F0E06'

red 79 ◦ green 14 ◦ blue 6

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

Shades of Red Oxide #4F0E06

Tints of Red Oxide #4F0E06

RGB

 RED value IS 79 (31.25% from 255) = 79.8%

 GREEN value IS 14 (5.86% from 255) = 14.14%

 BLUE value IS 6 (2.73% from 255) = 6.06%

R = 79.8%
G = 14.14%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#4F0E06 (or 0x4F0E06) is known color: Red Oxide. HEX triplet: 4F, 0E and 06. RGB value is (79,14,6). Sum of RGB (Red+Green+Blue) = 79+14+6=99 (13% of max value = 765). Red value is 79 (31.25% from 255 or 79.80% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0E06 is #B0F1F9. Grayscale: #202020. Windows color (decimal): -11596282 or 396879. OLE color: 396879.

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

Color convert

RGB 79 14 6 -
CMYK 0 0.82 0.92 0.69
HSL 6.58º 0.86% 0.17% -
HSV(B) 6.58º 0.92% 0.31% -
XYZ 3.41 1.99 0.38 -
YUV 32.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 79 14 6 0 0.82 0.92 0.69 6.58 0.86 0.17
Hex 4F E 6 0 52 5C 45 7 56 11
Octal 117 16 6 0 122 134 105 7 126 21
Binary 1001111 1110 110 0 1010010 1011100 1000101 111 1010110 10001

Color Harmonies of #4F0E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0E06

Black with #4F0E06

Text Example


Text Example

White with #4F0E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,14,6); }

 H1.HeaderClassName
 {
   color: #4F0E06;
 }
 .AnyTagClassName
 {
   color: #4F0E06;
 }
</style>

background-color css

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

 a { background-color: rgb(79,14,6); }

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

border-color css

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

 span { border-color: rgb(79,14,6); }

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