#421719

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

Shades of Rustic Red #421719

Tints of Rustic Red #421719

Color information

#421719 (or 0x421719) is unknown color: approx Rustic Red. HEX triplet: 42, 17 and 19. RGB value is (66,23,25). Sum of RGB (Red+Green+Blue) = 66+23+25=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #421719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421719 is #BDE8E6. Grayscale: #242424. Windows color (decimal): -12445927 or 1644354. OLE color: 1644354.

HSL color Cylindrical-coordinate representation of color #421719: hue angle of 357.21º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #421719 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.74.

Color convert

RGB662325-
CMYK00.650.620.74
HSL357.21º48.31%17.45%-
HSV(B)357.21º65.15%25.88%-
XYZ2.731.841.13-
YUV36.08121.75149.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 57.89%
GREEN value IS 23 (9.38% from 255) = 20.18%
BLUE value IS 25 (10.16% from 255) = 21.93%
R=57.89%
G=20.18%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66232500.650.620.74357.2148.3117.45
Hex4217190413E4A1653011
Octal10227310101761125456021
Binary1000010101111100101000001111110100101010110010111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421719; }

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

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

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

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

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

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

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

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