Html Css Color HEX #411520 Temptress

📋 copy color: '#411520'

red 65 ◦ green 21 ◦ blue 32

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

Shades of Temptress #411520

Tints of Temptress #411520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.8%

 BLUE value IS 32 (12.89% from 255) = 27.12%

R = 55.08%
G = 17.8%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.75

RGB Variations

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

Color information

#411520 (or 0x411520) is known color: Temptress. HEX triplet: 41, 15 and 20. RGB value is (65,21,32). Sum of RGB (Red+Green+Blue) = 65+21+32=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 21 (8.59% from 255 or 17.80% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #411520 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #411520 is #BEEADF. Grayscale: #232323. Windows color (decimal): -12511968 or 2102593. OLE color: 2102593.

HSL color Cylindrical-coordinate representation of color #411520: hue angle of 345º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #411520 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 21 32 -
CMYK 0 0.68 0.51 0.75
HSL 345º 0.51% 0.17% -
HSV(B) 345º 0.68% 0.25% -
XYZ 2.71 1.76 1.56 -
YUV 35.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 65 21 32 0 0.68 0.51 0.75 345 0.51 0.17
Hex 41 15 20 0 44 33 4B 159 33 11
Octal 101 25 40 0 104 63 113 531 63 21
Binary 1000001 10101 100000 0 1000100 110011 1001011 101011001 110011 10001

Color Harmonies of #411520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411520

Black with #411520

Text Example


Text Example

White with #411520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411520; }

 p { color: rgb(65,21,32); }

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

background-color css

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

 a { background-color: rgb(65,21,32); }

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

border-color css

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

 span { border-color: rgb(65,21,32); }

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