Html Css Color HEX #411D1F Rustic Red

📋 copy color: '#411D1F'

red 65 ◦ green 29 ◦ blue 31

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

Shades of Rustic Red #411D1F

Tints of Rustic Red #411D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.2%

 BLUE value IS 31 (12.5% from 255) = 24.8%

R = 52%
G = 23.2%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#411D1F (or 0x411D1F) is known color: Rustic Red. HEX triplet: 41, 1D and 1F. RGB value is (65,29,31). Sum of RGB (Red+Green+Blue) = 65+29+31=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #411D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D1F is #BEE2E0. Grayscale: #282828. Windows color (decimal): -12509921 or 2039105. OLE color: 2039105.

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

Color convert

RGB 65 29 31 -
CMYK 0 0.55 0.52 0.75
HSL 356.67º 0.38% 0.18% -
HSV(B) 356.67º 0.55% 0.25% -
XYZ 2.87 2.1 1.55 -
YUV 39.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 65 29 31 0 0.55 0.52 0.75 356.67 0.38 0.18
Hex 41 1D 1F 0 37 34 4B 165 26 12
Octal 101 35 37 0 67 64 113 545 46 22
Binary 1000001 11101 11111 0 110111 110100 1001011 101100101 100110 10010

Color Harmonies of #411D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411D1F

Black with #411D1F

Text Example


Text Example

White with #411D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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