#412228

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

Shades of Temptress #412228

Tints of Temptress #412228

Color information

#412228 (or 0x412228) is unknown color: approx Temptress. HEX triplet: 41, 22 and 28. RGB value is (65,34,40). Sum of RGB (Red+Green+Blue) = 65+34+40=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #412228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412228 is #BEDDD7. Grayscale: #2B2B2B. Windows color (decimal): -12508632 or 2630209. OLE color: 2630209.

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

Color convert

RGB653440-
CMYK00.480.380.75
HSL348.39º31.31%19.41%-
HSV(B)348.39º47.69%25.49%-
XYZ3.142.422.31-
YUV43.95125.77143.01-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 40 (16.02% from 255) = 28.78%
R=46.76%
G=24.46%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65344000.480.380.75348.3931.3119.41
Hex412228030264B15c1f13
Octal1014250060461135343723
Binary1000001100010101000011000010011010010111010111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412228; }

 p { color: rgb(65,34,40); }

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

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

 a { background-color: rgb(65,34,40); }

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

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

 span { border-color: rgb(65,34,40); }

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