Html Css Color HEX #4F1815 Red Oxide

📋 copy color: '#4F1815'

red 79 ◦ green 24 ◦ blue 21

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

Shades of Red Oxide #4F1815

Tints of Red Oxide #4F1815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 19.35%

 BLUE value IS 21 (8.59% from 255) = 16.94%

R = 63.71%
G = 19.35%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.69

RGB Variations

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

Color information

#4F1815 (or 0x4F1815) is known color: Red Oxide. HEX triplet: 4F, 18 and 15. RGB value is (79,24,21). Sum of RGB (Red+Green+Blue) = 79+24+21=124 (16% of max value = 765). Red value is 79 (31.25% from 255 or 63.71% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F1815 is #B0E7EA. Grayscale: #282828. Windows color (decimal): -11593707 or 1382479. OLE color: 1382479.

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

Color convert

RGB 79 24 21 -
CMYK 0 0.70 0.73 0.69
HSL 3.1º 0.58% 0.2% -
HSV(B) 3.1º 0.73% 0.31% -
XYZ 3.69 2.37 0.97 -
YUV 40.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 79 24 21 0 0.70 0.73 0.69 3.1 0.58 0.2
Hex 4F 18 15 0 46 49 45 3 3A 14
Octal 117 30 25 0 106 111 105 3 72 24
Binary 1001111 11000 10101 0 1000110 1001001 1000101 11 111010 10100

Color Harmonies of #4F1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F1815

Black with #4F1815

Text Example


Text Example

White with #4F1815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,24,21); }

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

background-color css

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

 a { background-color: rgb(79,24,21); }

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

border-color css

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

 span { border-color: rgb(79,24,21); }

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