Html Css Color HEX #4F090D Rustic Red

📋 copy color: '#4F090D'

red 79 ◦ green 9 ◦ blue 13

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

Shades of Rustic Red #4F090D

Tints of Rustic Red #4F090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.91%

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

R = 78.22%
G = 8.91%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F090D (or 0x4F090D) is known color: Rustic Red. HEX triplet: 4F, 09 and 0D. RGB value is (79,9,13). Sum of RGB (Red+Green+Blue) = 79+9+13=101 (13% of max value = 765). Red value is 79 (31.25% from 255 or 78.22% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 13 (5.47% from 255 or 12.87% from 101); Max value from RGB is 79 - color contains mainly: red. Hex color #4F090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F090D is #B0F6F2. Grayscale: #1E1E1E. Windows color (decimal): -11597555 or 854351. OLE color: 854351.

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

Color convert

RGB 79 9 13 -
CMYK 0 0.89 0.84 0.69
HSL 356.57º 0.8% 0.17% -
HSV(B) 356.57º 0.89% 0.31% -
XYZ 3.39 1.89 0.57 -
YUV 30.39 118.19 162.67 -
System Red Green Blue C M Y K H S L
Decimal 79 9 13 0 0.89 0.84 0.69 356.57 0.8 0.17
Hex 4F 9 D 0 59 54 45 165 50 11
Octal 117 11 15 0 131 124 105 545 120 21
Binary 1001111 1001 1101 0 1011001 1010100 1000101 101100101 1010000 10001

Color Harmonies of #4F090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F090D

Black with #4F090D

Text Example


Text Example

White with #4F090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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