Html Css Color HEX #4F0710 Rustic Red

📋 copy color: '#4F0710'

red 79 ◦ green 7 ◦ blue 16

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

Shades of Rustic Red #4F0710

Tints of Rustic Red #4F0710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.69%

R = 77.45%
G = 6.86%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.69

RGB Variations

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

Color information

#4F0710 (or 0x4F0710) is known color: Rustic Red. HEX triplet: 4F, 07 and 10. RGB value is (79,7,16). Sum of RGB (Red+Green+Blue) = 79+7+16=102 (13% of max value = 765). Red value is 79 (31.25% from 255 or 77.45% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 16 (6.64% from 255 or 15.69% from 102); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0710 is #B0F8EF. Grayscale: #1D1D1D. Windows color (decimal): -11598064 or 1050447. OLE color: 1050447.

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

Color convert

RGB 79 7 16 -
CMYK 0 0.91 0.80 0.69
HSL 352.5º 0.84% 0.17% -
HSV(B) 352.5º 0.91% 0.31% -
XYZ 3.39 1.85 0.67 -
YUV 29.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 79 7 16 0 0.91 0.80 0.69 352.5 0.84 0.17
Hex 4F 7 10 0 5B 50 45 160 54 11
Octal 117 7 20 0 133 120 105 540 124 21
Binary 1001111 111 10000 0 1011011 1010000 1000101 101100000 1010100 10001

Color Harmonies of #4F0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0710

Black with #4F0710

Text Example


Text Example

White with #4F0710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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