Html Css Color HEX #4F1A16 Red Oxide

📋 copy color: '#4F1A16'

red 79 ◦ green 26 ◦ blue 22

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

Shades of Red Oxide #4F1A16

Tints of Red Oxide #4F1A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.47%

 BLUE value IS 22 (8.98% from 255) = 17.32%

R = 62.2%
G = 20.47%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.72

 K value IS 0.69

RGB Variations

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

Color information

#4F1A16 (or 0x4F1A16) is known color: Red Oxide. HEX triplet: 4F, 1A and 16. RGB value is (79,26,22). Sum of RGB (Red+Green+Blue) = 79+26+22=127 (16% of max value = 765). Red value is 79 (31.25% from 255 or 62.20% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 22 (8.98% from 255 or 17.32% from 127); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1A16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4F1A16 is #B0E5E9. Grayscale: #292929. Windows color (decimal): -11593194 or 1448527. OLE color: 1448527.

HSL color Cylindrical-coordinate representation of color #4F1A16: hue angle of 4.21º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4F1A16 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 26 22 -
CMYK 0 0.67 0.72 0.69
HSL 4.21º 0.56% 0.2% -
HSV(B) 4.21º 0.72% 0.31% -
XYZ 3.74 2.46 1.04 -
YUV 41.39 117.06 154.83 -
System Red Green Blue C M Y K H S L
Decimal 79 26 22 0 0.67 0.72 0.69 4.21 0.56 0.2
Hex 4F 1A 16 0 43 48 45 4 38 14
Octal 117 32 26 0 103 110 105 4 70 24
Binary 1001111 11010 10110 0 1000011 1001000 1000101 100 111000 10100

Color Harmonies of #4F1A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1A16

Black with #4F1A16

Text Example


Text Example

White with #4F1A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,26,22); }

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

background-color css

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

 a { background-color: rgb(79,26,22); }

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

border-color css

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

 span { border-color: rgb(79,26,22); }

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