Html Css Color HEX #4F1009 Red Oxide

📋 copy color: '#4F1009'

red 79 ◦ green 16 ◦ blue 9

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

Shades of Red Oxide #4F1009

Tints of Red Oxide #4F1009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.65%

R = 75.96%
G = 15.38%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#4F1009 (or 0x4F1009) is known color: Red Oxide. HEX triplet: 4F, 10 and 09. RGB value is (79,16,9). Sum of RGB (Red+Green+Blue) = 79+16+9=104 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.96% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1009 is #B0EFF6. Grayscale: #222222. Windows color (decimal): -11595767 or 593999. OLE color: 593999.

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

Color convert

RGB 79 16 9 -
CMYK 0 0.80 0.89 0.69
HSL 0.8% 0.17% -
HSV(B) 0.89% 0.31% -
XYZ 3.46 2.05 0.47 -
YUV 34.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 79 16 9 0 0.80 0.89 0.69 6 0.8 0.17
Hex 4F 10 9 0 50 59 45 6 50 11
Octal 117 20 11 0 120 131 105 6 120 21
Binary 1001111 10000 1001 0 1010000 1011001 1000101 110 1010000 10001

Color Harmonies of #4F1009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1009

Black with #4F1009

Text Example


Text Example

White with #4F1009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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