Html Css Color HEX #4F1914 Red Oxide

📋 copy color: '#4F1914'

red 79 ◦ green 25 ◦ blue 20

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

Shades of Red Oxide #4F1914

Tints of Red Oxide #4F1914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.16%

 BLUE value IS 20 (8.2% from 255) = 16.13%

R = 63.71%
G = 20.16%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.69

RGB Variations

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

Color information

#4F1914 (or 0x4F1914) is known color: Red Oxide. HEX triplet: 4F, 19 and 14. RGB value is (79,25,20). Sum of RGB (Red+Green+Blue) = 79+25+20=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1914 is #B0E6EB. Grayscale: #282828. Windows color (decimal): -11593452 or 1317199. OLE color: 1317199.

HSL color Cylindrical-coordinate representation of color #4F1914: hue angle of 5.08º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F1914 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 25 20 -
CMYK 0 0.68 0.75 0.69
HSL 5.08º 0.6% 0.19% -
HSV(B) 5.08º 0.75% 0.31% -
XYZ 3.7 2.41 0.93 -
YUV 40.58 116.39 155.41 -
System Red Green Blue C M Y K H S L
Decimal 79 25 20 0 0.68 0.75 0.69 5.08 0.6 0.19
Hex 4F 19 14 0 44 4B 45 5 3C 13
Octal 117 31 24 0 104 113 105 5 74 23
Binary 1001111 11001 10100 0 1000100 1001011 1000101 101 111100 10011

Color Harmonies of #4F1914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1914

Black with #4F1914

Text Example


Text Example

White with #4F1914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,25,20); }

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

background-color css

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

 a { background-color: rgb(79,25,20); }

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

border-color css

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

 span { border-color: rgb(79,25,20); }

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