Html Css Color HEX #411117 Rustic Red

📋 copy color: '#411117'

red 65 ◦ green 17 ◦ blue 23

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

Shades of Rustic Red #411117

Tints of Rustic Red #411117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.19%

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

R = 61.9%
G = 16.19%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#411117 (or 0x411117) is known color: Rustic Red. HEX triplet: 41, 11 and 17. RGB value is (65,17,23). Sum of RGB (Red+Green+Blue) = 65+17+23=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #411117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411117 is #BEEEE8. Grayscale: #202020. Windows color (decimal): -12513001 or 1511745. OLE color: 1511745.

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

Color convert

RGB 65 17 23 -
CMYK 0 0.74 0.65 0.75
HSL 352.5º 0.59% 0.16% -
HSV(B) 352.5º 0.74% 0.25% -
XYZ 2.54 1.59 0.98 -
YUV 32.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 65 17 23 0 0.74 0.65 0.75 352.5 0.59 0.16
Hex 41 11 17 0 4A 41 4B 160 3B 10
Octal 101 21 27 0 112 101 113 540 73 20
Binary 1000001 10001 10111 0 1001010 1000001 1001011 101100000 111011 10000

Color Harmonies of #411117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411117

Black with #411117

Text Example


Text Example

White with #411117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411117; }

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

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

background-color css

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

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

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

border-color css

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

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

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