Html Css Color HEX #41171D Rustic Red

📋 copy color: '#41171D'

red 65 ◦ green 23 ◦ blue 29

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

Shades of Rustic Red #41171D

Tints of Rustic Red #41171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 24.79%

R = 55.56%
G = 19.66%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41171D (or 0x41171D) is known color: Rustic Red. HEX triplet: 41, 17 and 1D. RGB value is (65,23,29). Sum of RGB (Red+Green+Blue) = 65+23+29=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #41171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41171D is #BEE8E2. Grayscale: #242424. Windows color (decimal): -12511459 or 1906497. OLE color: 1906497.

HSL color Cylindrical-coordinate representation of color #41171D: hue angle of 351.43º 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 #41171D is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 23 29 -
CMYK 0 0.65 0.55 0.75
HSL 351.43º 0.48% 0.17% -
HSV(B) 351.43º 0.65% 0.25% -
XYZ 2.71 1.83 1.37 -
YUV 36.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 65 23 29 0 0.65 0.55 0.75 351.43 0.48 0.17
Hex 41 17 1D 0 41 37 4B 15F 30 11
Octal 101 27 35 0 101 67 113 537 60 21
Binary 1000001 10111 11101 0 1000001 110111 1001011 101011111 110000 10001

Color Harmonies of #41171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41171D

Black with #41171D

Text Example


Text Example

White with #41171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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