Html Css Color HEX #4F140A Red Oxide

📋 copy color: '#4F140A'

red 79 ◦ green 20 ◦ blue 10

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

Shades of Red Oxide #4F140A

Tints of Red Oxide #4F140A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.17%

R = 72.48%
G = 18.35%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.69

RGB Variations

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

Color information

#4F140A (or 0x4F140A) is known color: Red Oxide. HEX triplet: 4F, 14 and 0A. RGB value is (79,20,10). Sum of RGB (Red+Green+Blue) = 79+20+10=109 (14% of max value = 765). Red value is 79 (31.25% from 255 or 72.48% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 79 - color contains mainly: red. Hex color #4F140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F140A is #B0EBF5. Grayscale: #242424. Windows color (decimal): -11594742 or 660559. OLE color: 660559.

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

Color convert

RGB 79 20 10 -
CMYK 0 0.75 0.87 0.69
HSL 8.7º 0.78% 0.17% -
HSV(B) 8.7º 0.87% 0.31% -
XYZ 3.53 2.18 0.52 -
YUV 36.5 113.05 158.31 -
System Red Green Blue C M Y K H S L
Decimal 79 20 10 0 0.75 0.87 0.69 8.7 0.78 0.17
Hex 4F 14 A 0 4B 57 45 9 4E 11
Octal 117 24 12 0 113 127 105 11 116 21
Binary 1001111 10100 1010 0 1001011 1010111 1000101 1001 1001110 10001

Color Harmonies of #4F140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F140A

Black with #4F140A

Text Example


Text Example

White with #4F140A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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