Html Css Color HEX #4F060D Rustic Red

📋 copy color: '#4F060D'

red 79 ◦ green 6 ◦ blue 13

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

Shades of Rustic Red #4F060D

Tints of Rustic Red #4F060D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.12%

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

R = 80.61%
G = 6.12%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.69

RGB Variations

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

Color information

#4F060D (or 0x4F060D) is known color: Rustic Red. HEX triplet: 4F, 06 and 0D. RGB value is (79,6,13). Sum of RGB (Red+Green+Blue) = 79+6+13=98 (12% of max value = 765). Red value is 79 (31.25% from 255 or 80.61% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 79 - color contains mainly: red. Hex color #4F060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F060D is #B0F9F2. Grayscale: #1C1C1C. Windows color (decimal): -11598323 or 853583. OLE color: 853583.

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

Color convert

RGB 79 6 13 -
CMYK 0 0.92 0.84 0.69
HSL 354.25º 0.86% 0.17% -
HSV(B) 354.25º 0.92% 0.31% -
XYZ 3.36 1.82 0.56 -
YUV 28.63 119.18 163.93 -
System Red Green Blue C M Y K H S L
Decimal 79 6 13 0 0.92 0.84 0.69 354.25 0.86 0.17
Hex 4F 6 D 0 5C 54 45 162 56 11
Octal 117 6 15 0 134 124 105 542 126 21
Binary 1001111 110 1101 0 1011100 1010100 1000101 101100010 1010110 10001

Color Harmonies of #4F060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F060D

Black with #4F060D

Text Example


Text Example

White with #4F060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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