Html Css Color HEX #4F070D Rustic Red

📋 copy color: '#4F070D'

red 79 ◦ green 7 ◦ blue 13

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

Shades of Rustic Red #4F070D

Tints of Rustic Red #4F070D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.13%

R = 79.8%
G = 7.07%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F070D (or 0x4F070D) is known color: Rustic Red. HEX triplet: 4F, 07 and 0D. RGB value is (79,7,13). Sum of RGB (Red+Green+Blue) = 79+7+13=99 (13% of max value = 765). Red value is 79 (31.25% from 255 or 79.80% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 13 (5.47% from 255 or 13.13% from 99); Max value from RGB is 79 - color contains mainly: red. Hex color #4F070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F070D is #B0F8F2. Grayscale: #1D1D1D. Windows color (decimal): -11598067 or 853839. OLE color: 853839.

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

Color convert

RGB 79 7 13 -
CMYK 0 0.91 0.84 0.69
HSL 355º 0.84% 0.17% -
HSV(B) 355º 0.91% 0.31% -
XYZ 3.37 1.84 0.56 -
YUV 29.21 118.85 163.51 -
System Red Green Blue C M Y K H S L
Decimal 79 7 13 0 0.91 0.84 0.69 355 0.84 0.17
Hex 4F 7 D 0 5B 54 45 163 54 11
Octal 117 7 15 0 133 124 105 543 124 21
Binary 1001111 111 1101 0 1011011 1010100 1000101 101100011 1010100 10001

Color Harmonies of #4F070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F070D

Black with #4F070D

Text Example


Text Example

White with #4F070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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