Html Css Color HEX #4F140B Red Oxide

📋 copy color: '#4F140B'

red 79 ◦ green 20 ◦ blue 11

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

Shades of Red Oxide #4F140B

Tints of Red Oxide #4F140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 10%

R = 71.82%
G = 18.18%
B = 10%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#4F140B (or 0x4F140B) is known color: Red Oxide. HEX triplet: 4F, 14 and 0B. RGB value is (79,20,11). Sum of RGB (Red+Green+Blue) = 79+20+11=110 (14% of max value = 765). Red value is 79 (31.25% from 255 or 71.82% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 79 - color contains mainly: red. Hex color #4F140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F140B is #B0EBF4. Grayscale: #242424. Windows color (decimal): -11594741 or 726095. OLE color: 726095.

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

Color convert

RGB 79 20 11 -
CMYK 0 0.75 0.86 0.69
HSL 7.94º 0.76% 0.18% -
HSV(B) 7.94º 0.86% 0.31% -
XYZ 3.54 2.19 0.55 -
YUV 36.62 113.55 158.23 -
System Red Green Blue C M Y K H S L
Decimal 79 20 11 0 0.75 0.86 0.69 7.94 0.76 0.18
Hex 4F 14 B 0 4B 56 45 8 4C 12
Octal 117 24 13 0 113 126 105 10 114 22
Binary 1001111 10100 1011 0 1001011 1010110 1000101 1000 1001100 10010

Color Harmonies of #4F140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F140B

Black with #4F140B

Text Example


Text Example

White with #4F140B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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