#47191a

Color #47191A Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #47191A

Tints of Rustic Red #47191A

Color information

#47191A (or 0x47191A) is unknown color: approx Rustic Red. HEX triplet: 47, 19 and 1A. RGB value is (71,25,26). Sum of RGB (Red+Green+Blue) = 71+25+26=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #47191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #47191A is #B8E6E5. Grayscale: #262626. Windows color (decimal): -12117734 or 1710407. OLE color: 1710407.

HSL color Cylindrical-coordinate representation of color #47191A: hue angle of 358.7º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47191A is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.72.

Color convert

RGB712526-
CMYK00.650.630.72
HSL358.7º47.92%18.82%-
HSV(B)358.7º64.79%27.84%-
XYZ3.132.111.22-
YUV38.87120.74150.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 25 (10.16% from 255) = 20.49%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=58.20%
G=20.49%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71252600.650.630.72358.747.9218.82
Hex47191A0413F481673013
Octal10731320101771105476023
Binary1000111110011101001000001111111100100010110011111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47191a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47191a; }

 p { color: rgb(71,25,26); }

 H1.HeaderClassName
 {
   color: #47191a;
 }
 .AnyTagClassName
 {
   color: #47191a;
 }
</style>
background-color css

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

 a { background-color: rgb(71,25,26); }

 div.DivClassName
 {
   background-color: #47191a;
 }
 .BgClassName
 {
   background-color: #47191a;
 }
</style>
border-color css

<style>
 span { border-color: #47191a; }

 span { border-color: rgb(71,25,26); }

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