Html Css Color HEX #411417 Rustic Red

📋 copy color: '#411417'

red 65 ◦ green 20 ◦ blue 23

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

Shades of Rustic Red #411417

Tints of Rustic Red #411417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.52%

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

R = 60.19%
G = 18.52%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#411417 (or 0x411417) is known color: Rustic Red. HEX triplet: 41, 14 and 17. RGB value is (65,20,23). Sum of RGB (Red+Green+Blue) = 65+20+23=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #411417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411417 is #BEEBE8. Grayscale: #212121. Windows color (decimal): -12512233 or 1512513. OLE color: 1512513.

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

Color convert

RGB 65 20 23 -
CMYK 0 0.69 0.65 0.75
HSL 356º 0.53% 0.17% -
HSV(B) 356º 0.69% 0.25% -
XYZ 2.58 1.69 1 -
YUV 33.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 65 20 23 0 0.69 0.65 0.75 356 0.53 0.17
Hex 41 14 17 0 45 41 4B 164 35 11
Octal 101 24 27 0 105 101 113 544 65 21
Binary 1000001 10100 10111 0 1000101 1000001 1001011 101100100 110101 10001

Color Harmonies of #411417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411417

Black with #411417

Text Example


Text Example

White with #411417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411417; }

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

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

background-color css

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

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

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

border-color css

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

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

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