Html Css Color HEX #41191D Rustic Red

📋 copy color: '#41191D'

red 65 ◦ green 25 ◦ blue 29

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

Shades of Rustic Red #41191D

Tints of Rustic Red #41191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.01%

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

R = 54.62%
G = 21.01%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41191D (or 0x41191D) is known color: Rustic Red. HEX triplet: 41, 19 and 1D. RGB value is (65,25,29). Sum of RGB (Red+Green+Blue) = 65+25+29=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 29 (11.72% from 255 or 24.37% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #41191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41191D is #BEE6E2. Grayscale: #252525. Windows color (decimal): -12510947 or 1907009. OLE color: 1907009.

HSL color Cylindrical-coordinate representation of color #41191D: hue angle of 354º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41191D is Cyan = 0, Magento = 0.62, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 25 29 -
CMYK 0 0.62 0.55 0.75
HSL 354º 0.44% 0.18% -
HSV(B) 354º 0.62% 0.25% -
XYZ 2.75 1.91 1.39 -
YUV 37.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 65 25 29 0 0.62 0.55 0.75 354 0.44 0.18
Hex 41 19 1D 0 3E 37 4B 162 2C 12
Octal 101 31 35 0 76 67 113 542 54 22
Binary 1000001 11001 11101 0 111110 110111 1001011 101100010 101100 10010

Color Harmonies of #41191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41191D

Black with #41191D

Text Example


Text Example

White with #41191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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