Html Css Color HEX #4F1713 Red Oxide

📋 copy color: '#4F1713'

red 79 ◦ green 23 ◦ blue 19

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

Shades of Red Oxide #4F1713

Tints of Red Oxide #4F1713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.01%

 BLUE value IS 19 (7.81% from 255) = 15.7%

R = 65.29%
G = 19.01%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.69

RGB Variations

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

Color information

#4F1713 (or 0x4F1713) is known color: Red Oxide. HEX triplet: 4F, 17 and 13. RGB value is (79,23,19). Sum of RGB (Red+Green+Blue) = 79+23+19=121 (16% of max value = 765). Red value is 79 (31.25% from 255 or 65.29% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1713 is #B0E8EC. Grayscale: #272727. Windows color (decimal): -11593965 or 1251151. OLE color: 1251151.

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

Color convert

RGB 79 23 19 -
CMYK 0 0.71 0.76 0.69
HSL 0.61% 0.19% -
HSV(B) 0.76% 0.31% -
XYZ 3.65 2.32 0.87 -
YUV 39.29 116.55 156.33 -
System Red Green Blue C M Y K H S L
Decimal 79 23 19 0 0.71 0.76 0.69 4 0.61 0.19
Hex 4F 17 13 0 47 4C 45 4 3D 13
Octal 117 27 23 0 107 114 105 4 75 23
Binary 1001111 10111 10011 0 1000111 1001100 1000101 100 111101 10011

Color Harmonies of #4F1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1713

Black with #4F1713

Text Example


Text Example

White with #4F1713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,23,19); }

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

background-color css

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

 a { background-color: rgb(79,23,19); }

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

border-color css

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

 span { border-color: rgb(79,23,19); }

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