#291317

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

Shades of Rustic Red #291317

Tints of Rustic Red #291317

Color information

#291317 (or 0x291317) is unknown color: approx Rustic Red. HEX triplet: 29, 13 and 17. RGB value is (41,19,23). Sum of RGB (Red+Green+Blue) = 41+19+23=83 (10% of max value = 765). Red value is 41 (16.41% from 255 or 49.40% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 23 (9.38% from 255 or 27.71% from 83); Max value from RGB is 41 - color contains mainly: red. Hex color #291317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #291317 is #D6ECE8. Grayscale: #1A1A1A. Windows color (decimal): -14085353 or 1512233. OLE color: 1512233.

HSL color Cylindrical-coordinate representation of color #291317: hue angle of 349.09º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #291317 is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.84.

Color convert

RGB411923-
CMYK00.540.440.84
HSL349.09º36.67%11.76%-
HSV(B)349.09º53.66%16.08%-
XYZ1.310.93-
YUV26.03126.29138.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 49.40%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 23 (9.38% from 255) = 27.71%
R=49.40%
G=22.89%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal41192300.540.440.84349.0936.6711.76
Hex2913170362C5415d25c
Octal512327066541245354514
Binary1010011001110111011011010110010101001010111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #291317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #291317; }

 p { color: rgb(41,19,23); }

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

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

 a { background-color: rgb(41,19,23); }

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

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

 span { border-color: rgb(41,19,23); }

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