Html Css Color HEX #41131D Rustic Red

📋 copy color: '#41131D'

red 65 ◦ green 19 ◦ blue 29

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

Shades of Rustic Red #41131D

Tints of Rustic Red #41131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.81%

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

R = 57.52%
G = 16.81%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41131D (or 0x41131D) is known color: Rustic Red. HEX triplet: 41, 13 and 1D. RGB value is (65,19,29). Sum of RGB (Red+Green+Blue) = 65+19+29=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #41131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41131D is #BEECE2. Grayscale: #212121. Windows color (decimal): -12512483 or 1905473. OLE color: 1905473.

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

Color convert

RGB 65 19 29 -
CMYK 0 0.71 0.55 0.75
HSL 346.96º 0.55% 0.16% -
HSV(B) 346.96º 0.71% 0.25% -
XYZ 2.63 1.68 1.35 -
YUV 33.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 65 19 29 0 0.71 0.55 0.75 346.96 0.55 0.16
Hex 41 13 1D 0 47 37 4B 15B 37 10
Octal 101 23 35 0 107 67 113 533 67 20
Binary 1000001 10011 11101 0 1000111 110111 1001011 101011011 110111 10000

Color Harmonies of #41131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41131D

Black with #41131D

Text Example


Text Example

White with #41131D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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