Html Css Color HEX #411719 Rustic Red

📋 copy color: '#411719'

red 65 ◦ green 23 ◦ blue 25

#411719
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #411719

Tints of Rustic Red #411719

RGB

 RED value IS 65 (25.78% from 255) = 57.52%

 GREEN value IS 23 (9.38% from 255) = 20.35%

 BLUE value IS 25 (10.16% from 255) = 22.12%

R = 57.52%
G = 20.35%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#411719 (or 0x411719) is known color: Rustic Red. HEX triplet: 41, 17 and 19. RGB value is (65,23,25). Sum of RGB (Red+Green+Blue) = 65+23+25=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #411719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411719 is #BEE8E6. Grayscale: #232323. Windows color (decimal): -12511463 or 1644353. OLE color: 1644353.

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

Color convert

RGB 65 23 25 -
CMYK 0 0.65 0.62 0.75
HSL 357.14º 0.48% 0.17% -
HSV(B) 357.14º 0.65% 0.25% -
XYZ 2.66 1.81 1.13 -
YUV 35.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 65 23 25 0 0.65 0.62 0.75 357.14 0.48 0.17
Hex 41 17 19 0 41 3E 4B 165 30 11
Octal 101 27 31 0 101 76 113 545 60 21
Binary 1000001 10111 11001 0 1000001 111110 1001011 101100101 110000 10001

Color Harmonies of #411719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411719

Black with #411719

Text Example


Text Example

White with #411719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411719; }

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

 H1.HeaderClassName
 {
   color: #411719;
 }
 .AnyTagClassName
 {
   color: #411719;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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