Html Css Color HEX #4F0F0B Red Oxide

📋 copy color: '#4F0F0B'

red 79 ◦ green 15 ◦ blue 11

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

Shades of Red Oxide #4F0F0B

Tints of Red Oxide #4F0F0B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.29%

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

R = 75.24%
G = 14.29%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#4F0F0B (or 0x4F0F0B) is known color: Red Oxide. HEX triplet: 4F, 0F and 0B. RGB value is (79,15,11). Sum of RGB (Red+Green+Blue) = 79+15+11=105 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.24% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0F0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0F0B is #B0F0F4. Grayscale: #212121. Windows color (decimal): -11596021 or 724815. OLE color: 724815.

HSL color Cylindrical-coordinate representation of color #4F0F0B: hue angle of 3.53º 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 #4F0F0B is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 15 11 -
CMYK 0 0.81 0.86 0.69
HSL 3.53º 0.76% 0.18% -
HSV(B) 3.53º 0.86% 0.31% -
XYZ 3.46 2.03 0.53 -
YUV 33.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 79 15 11 0 0.81 0.86 0.69 3.53 0.76 0.18
Hex 4F F B 0 51 56 45 4 4C 12
Octal 117 17 13 0 121 126 105 4 114 22
Binary 1001111 1111 1011 0 1010001 1010110 1000101 100 1001100 10010

Color Harmonies of #4F0F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0F0B

Black with #4F0F0B

Text Example


Text Example

White with #4F0F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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