Html Css Color HEX #4F1410 Red Oxide

📋 copy color: '#4F1410'

red 79 ◦ green 20 ◦ blue 16

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

Shades of Red Oxide #4F1410

Tints of Red Oxide #4F1410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.39%

 BLUE value IS 16 (6.64% from 255) = 13.91%

R = 68.7%
G = 17.39%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#4F1410 (or 0x4F1410) is known color: Red Oxide. HEX triplet: 4F, 14 and 10. RGB value is (79,20,16). Sum of RGB (Red+Green+Blue) = 79+20+16=115 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.70% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1410 is #B0EBEF. Grayscale: #252525. Windows color (decimal): -11594736 or 1053775. OLE color: 1053775.

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

Color convert

RGB 79 20 16 -
CMYK 0 0.75 0.80 0.69
HSL 3.81º 0.66% 0.19% -
HSV(B) 3.81º 0.8% 0.31% -
XYZ 3.57 2.2 0.73 -
YUV 37.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 79 20 16 0 0.75 0.80 0.69 3.81 0.66 0.19
Hex 4F 14 10 0 4B 50 45 4 42 13
Octal 117 24 20 0 113 120 105 4 102 23
Binary 1001111 10100 10000 0 1001011 1010000 1000101 100 1000010 10011

Color Harmonies of #4F1410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1410

Black with #4F1410

Text Example


Text Example

White with #4F1410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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