Html Css Color HEX #47090F Rustic Red

📋 copy color: '#47090F'

red 71 ◦ green 9 ◦ blue 15

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

Shades of Rustic Red #47090F

Tints of Rustic Red #47090F

RGB

 RED value IS 71 (28.13% from 255) = 74.74%

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

 BLUE value IS 15 (6.25% from 255) = 15.79%

R = 74.74%
G = 9.47%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47090F (or 0x47090F) is known color: Rustic Red. HEX triplet: 47, 09 and 0F. RGB value is (71,9,15). Sum of RGB (Red+Green+Blue) = 71+9+15=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #47090F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47090F is #B8F6F0. Grayscale: #1C1C1C. Windows color (decimal): -12121841 or 985415. OLE color: 985415.

HSL color Cylindrical-coordinate representation of color #47090F: hue angle of 354.19º degrees, saturation: 0.77, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #47090F is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 9 15 -
CMYK 0 0.87 0.79 0.72
HSL 354.19º 0.78% 0.16% -
HSV(B) 354.19º 0.87% 0.28% -
XYZ 2.78 1.57 0.61 -
YUV 28.22 120.54 158.51 -
System Red Green Blue C M Y K H S L
Decimal 71 9 15 0 0.87 0.79 0.72 354.19 0.78 0.16
Hex 47 9 F 0 57 4F 48 162 4E 10
Octal 107 11 17 0 127 117 110 542 116 20
Binary 1000111 1001 1111 0 1010111 1001111 1001000 101100010 1001110 10000

Color Harmonies of #47090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47090F

Black with #47090F

Text Example


Text Example

White with #47090F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47090F; }

 p { color: rgb(71,9,15); }

 H1.HeaderClassName
 {
   color: #47090F;
 }
 .AnyTagClassName
 {
   color: #47090F;
 }
</style>

background-color css

<style>
 a { background-color: #47090F; }

 a { background-color: rgb(71,9,15); }

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

border-color css

<style>
 span { border-color: #47090F; }

 span { border-color: rgb(71,9,15); }

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