Html Css Color HEX #4F1109 Red Oxide

📋 copy color: '#4F1109'

red 79 ◦ green 17 ◦ blue 9

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

Shades of Red Oxide #4F1109

Tints of Red Oxide #4F1109

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

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

R = 75.24%
G = 16.19%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#4F1109 (or 0x4F1109) is known color: Red Oxide. HEX triplet: 4F, 11 and 09. RGB value is (79,17,9). Sum of RGB (Red+Green+Blue) = 79+17+9=105 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.24% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1109 is #B0EEF6. Grayscale: #222222. Windows color (decimal): -11595511 or 594255. OLE color: 594255.

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

Color convert

RGB 79 17 9 -
CMYK 0 0.78 0.89 0.69
HSL 6.86º 0.8% 0.17% -
HSV(B) 6.86º 0.89% 0.31% -
XYZ 3.47 2.08 0.48 -
YUV 34.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 79 17 9 0 0.78 0.89 0.69 6.86 0.8 0.17
Hex 4F 11 9 0 4E 59 45 7 50 11
Octal 117 21 11 0 116 131 105 7 120 21
Binary 1001111 10001 1001 0 1001110 1011001 1000101 111 1010000 10001

Color Harmonies of #4F1109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1109

Black with #4F1109

Text Example


Text Example

White with #4F1109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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