#321719

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

Shades of Rustic Red #321719

Tints of Rustic Red #321719

Color information

#321719 (or 0x321719) is unknown color: approx Rustic Red. HEX triplet: 32, 17 and 19. RGB value is (50,23,25). Sum of RGB (Red+Green+Blue) = 50+23+25=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #321719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #321719 is #CDE8E6. Grayscale: #1F1F1F. Windows color (decimal): -13494503 or 1644338. OLE color: 1644338.

HSL color Cylindrical-coordinate representation of color #321719: hue angle of 355.56º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #321719 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB502325-
CMYK00.540.500.80
HSL355.56º36.99%14.31%-
HSV(B)355.56º54%19.61%-
XYZ1.81.361.09-
YUV31.3124.45141.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 51.02%
GREEN value IS 23 (9.38% from 255) = 23.47%
BLUE value IS 25 (10.16% from 255) = 25.51%
R=51.02%
G=23.47%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50232500.540.500.80355.5636.9914.31
Hex321719036325016425e
Octal622731066621205444516
Binary1100101011111001011011011001010100001011001001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321719; }

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

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

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

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

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

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

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

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