Html Css Color HEX #411217 Rustic Red

📋 copy color: '#411217'

red 65 ◦ green 18 ◦ blue 23

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

Shades of Rustic Red #411217

Tints of Rustic Red #411217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.98%

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

R = 61.32%
G = 16.98%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#411217 (or 0x411217) is known color: Rustic Red. HEX triplet: 41, 12 and 17. RGB value is (65,18,23). Sum of RGB (Red+Green+Blue) = 65+18+23=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411217 is #BEEDE8. Grayscale: #202020. Windows color (decimal): -12512745 or 1512001. OLE color: 1512001.

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

Color convert

RGB 65 18 23 -
CMYK 0 0.72 0.65 0.75
HSL 353.62º 0.57% 0.16% -
HSV(B) 353.62º 0.72% 0.25% -
XYZ 2.55 1.62 0.99 -
YUV 32.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 65 18 23 0 0.72 0.65 0.75 353.62 0.57 0.16
Hex 41 12 17 0 48 41 4B 162 39 10
Octal 101 22 27 0 110 101 113 542 71 20
Binary 1000001 10010 10111 0 1001000 1000001 1001011 101100010 111001 10000

Color Harmonies of #411217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411217

Black with #411217

Text Example


Text Example

White with #411217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411217; }

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

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

background-color css

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

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

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

border-color css

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

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

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