#412125

Color #412125 Temptress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Temptress #412125

Tints of Temptress #412125

Color information

#412125 (or 0x412125) is unknown color: approx Temptress. HEX triplet: 41, 21 and 25. RGB value is (65,33,37). Sum of RGB (Red+Green+Blue) = 65+33+37=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #412125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412125 is #BEDEDA. Grayscale: #2B2B2B. Windows color (decimal): -12508891 or 2433345. OLE color: 2433345.

HSL color Cylindrical-coordinate representation of color #412125: hue angle of 352.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #412125 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.75.

Color convert

RGB653337-
CMYK00.490.430.75
HSL352.5º32.65%19.22%-
HSV(B)352.5º49.23%25.49%-
XYZ3.062.352.04-
YUV43.02124.6143.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 37 (14.84% from 255) = 27.41%
R=48.15%
G=24.44%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65333700.490.430.75352.532.6519.22
Hex4121250312B4B1602113
Octal1014145061531135404123
Binary10000011000011001010110001101011100101110110000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412125; }

 p { color: rgb(65,33,37); }

 H1.HeaderClassName
 {
   color: #412125;
 }
 .AnyTagClassName
 {
   color: #412125;
 }
</style>
background-color css

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

 a { background-color: rgb(65,33,37); }

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

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

 span { border-color: rgb(65,33,37); }

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