#431719

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

Shades of Rustic Red #431719

Tints of Rustic Red #431719

Color information

#431719 (or 0x431719) is unknown color: approx Rustic Red. HEX triplet: 43, 17 and 19. RGB value is (67,23,25). Sum of RGB (Red+Green+Blue) = 67+23+25=115 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.26% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 67 - color contains mainly: red. Hex color #431719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431719 is #BCE8E6. Grayscale: #242424. Windows color (decimal): -12380391 or 1644355. OLE color: 1644355.

HSL color Cylindrical-coordinate representation of color #431719: hue angle of 357.27º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #431719 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.74.

Color convert

RGB672325-
CMYK00.660.630.74
HSL357.27º48.89%17.65%-
HSV(B)357.27º65.67%26.27%-
XYZ2.81.881.13-
YUV36.38121.58149.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 58.26%
GREEN value IS 23 (9.38% from 255) = 20%
BLUE value IS 25 (10.16% from 255) = 21.74%
R=58.26%
G=20%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67232500.660.630.74357.2748.8917.65
Hex4317190423F4A1653112
Octal10327310102771125456122
Binary1000011101111100101000010111111100101010110010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431719; }

 p { color: rgb(67,23,25); }

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

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

 a { background-color: rgb(67,23,25); }

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

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

 span { border-color: rgb(67,23,25); }

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