Html Css Color HEX #4F1006 Red Oxide

📋 copy color: '#4F1006'

red 79 ◦ green 16 ◦ blue 6

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

Shades of Red Oxide #4F1006

Tints of Red Oxide #4F1006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.84%

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

R = 78.22%
G = 15.84%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.69

RGB Variations

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

Color information

#4F1006 (or 0x4F1006) is known color: Red Oxide. HEX triplet: 4F, 10 and 06. RGB value is (79,16,6). Sum of RGB (Red+Green+Blue) = 79+16+6=101 (13% of max value = 765). Red value is 79 (31.25% from 255 or 78.22% from 101); Green value is 16 (6.64% from 255 or 15.84% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1006 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1006 is #B0EFF9. Grayscale: #212121. Windows color (decimal): -11595770 or 397391. OLE color: 397391.

HSL color Cylindrical-coordinate representation of color #4F1006: hue angle of 8.22º 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 #4F1006 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 16 6 -
CMYK 0 0.80 0.92 0.69
HSL 8.22º 0.86% 0.17% -
HSV(B) 8.22º 0.92% 0.31% -
XYZ 3.44 2.05 0.39 -
YUV 33.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 79 16 6 0 0.80 0.92 0.69 8.22 0.86 0.17
Hex 4F 10 6 0 50 5C 45 8 56 11
Octal 117 20 6 0 120 134 105 10 126 21
Binary 1001111 10000 110 0 1010000 1011100 1000101 1000 1010110 10001

Color Harmonies of #4F1006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1006

Black with #4F1006

Text Example


Text Example

White with #4F1006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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