Html Css Color HEX #4F0708 Rustic Red

📋 copy color: '#4F0708'

red 79 ◦ green 7 ◦ blue 8

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

Shades of Rustic Red #4F0708

Tints of Rustic Red #4F0708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.45%

 BLUE value IS 8 (3.52% from 255) = 8.51%

R = 84.04%
G = 7.45%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#4F0708 (or 0x4F0708) is known color: Rustic Red. HEX triplet: 4F, 07 and 08. RGB value is (79,7,8). Sum of RGB (Red+Green+Blue) = 79+7+8=94 (12% of max value = 765). Red value is 79 (31.25% from 255 or 84.04% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0708 is #B0F8F7. Grayscale: #1C1C1C. Windows color (decimal): -11598072 or 526159. OLE color: 526159.

HSL color Cylindrical-coordinate representation of color #4F0708: hue angle of 359.17º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F0708 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 7 8 -
CMYK 0 0.91 0.90 0.69
HSL 359.17º 0.84% 0.17% -
HSV(B) 359.17º 0.91% 0.31% -
XYZ 3.34 1.83 0.41 -
YUV 28.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 79 7 8 0 0.91 0.90 0.69 359.17 0.84 0.17
Hex 4F 7 8 0 5B 5A 45 167 54 11
Octal 117 7 10 0 133 132 105 547 124 21
Binary 1001111 111 1000 0 1011011 1011010 1000101 101100111 1010100 10001

Color Harmonies of #4F0708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0708

Black with #4F0708

Text Example


Text Example

White with #4F0708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,7,8); }

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

background-color css

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

 a { background-color: rgb(79,7,8); }

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

border-color css

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

 span { border-color: rgb(79,7,8); }

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