Html Css Color HEX #411517 Rustic Red

📋 copy color: '#411517'

red 65 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #411517

Tints of Rustic Red #411517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.27%

 BLUE value IS 23 (9.38% from 255) = 21.1%

R = 59.63%
G = 19.27%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#411517 (or 0x411517) is known color: Rustic Red. HEX triplet: 41, 15 and 17. RGB value is (65,21,23). Sum of RGB (Red+Green+Blue) = 65+21+23=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 23 (9.38% from 255 or 21.10% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #411517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411517 is #BEEAE8. Grayscale: #222222. Windows color (decimal): -12511977 or 1512769. OLE color: 1512769.

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

Color convert

RGB 65 21 23 -
CMYK 0 0.68 0.65 0.75
HSL 357.27º 0.51% 0.17% -
HSV(B) 357.27º 0.68% 0.25% -
XYZ 2.6 1.72 1.01 -
YUV 34.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 65 21 23 0 0.68 0.65 0.75 357.27 0.51 0.17
Hex 41 15 17 0 44 41 4B 165 33 11
Octal 101 25 27 0 104 101 113 545 63 21
Binary 1000001 10101 10111 0 1000100 1000001 1001011 101100101 110011 10001

Color Harmonies of #411517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411517

Black with #411517

Text Example


Text Example

White with #411517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411517; }

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

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

background-color css

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

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

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

border-color css

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

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

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