Html Css Color HEX #4F080D Rustic Red

📋 copy color: '#4F080D'

red 79 ◦ green 8 ◦ blue 13

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

Shades of Rustic Red #4F080D

Tints of Rustic Red #4F080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8%

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

R = 79%
G = 8%
B = 13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F080D (or 0x4F080D) is known color: Rustic Red. HEX triplet: 4F, 08 and 0D. RGB value is (79,8,13). Sum of RGB (Red+Green+Blue) = 79+8+13=100 (13% of max value = 765). Red value is 79 (31.25% from 255 or 79% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 13 (5.47% from 255 or 13% from 100); Max value from RGB is 79 - color contains mainly: red. Hex color #4F080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F080D is #B0F7F2. Grayscale: #1D1D1D. Windows color (decimal): -11597811 or 854095. OLE color: 854095.

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

Color convert

RGB 79 8 13 -
CMYK 0 0.90 0.84 0.69
HSL 355.77º 0.82% 0.17% -
HSV(B) 355.77º 0.9% 0.31% -
XYZ 3.38 1.86 0.56 -
YUV 29.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 79 8 13 0 0.90 0.84 0.69 355.77 0.82 0.17
Hex 4F 8 D 0 5A 54 45 164 52 11
Octal 117 10 15 0 132 124 105 544 122 21
Binary 1001111 1000 1101 0 1011010 1010100 1000101 101100100 1010010 10001

Color Harmonies of #4F080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F080D

Black with #4F080D

Text Example


Text Example

White with #4F080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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