#341921

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

Shades of Temptress #341921

Tints of Temptress #341921

Color information

#341921 (or 0x341921) is unknown color: approx Temptress. HEX triplet: 34, 19 and 21. RGB value is (52,25,33). Sum of RGB (Red+Green+Blue) = 52+25+33=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 52 - color contains mainly: red. Hex color #341921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341921 is #CBE6DE. Grayscale: #212121. Windows color (decimal): -13362911 or 2169140. OLE color: 2169140.

HSL color Cylindrical-coordinate representation of color #341921: hue angle of 342.22º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #341921 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.80.

Color convert

RGB522533-
CMYK00.520.370.80
HSL342.22º35.06%15.1%-
HSV(B)342.22º51.92%20.39%-
XYZ2.041.541.63-
YUV33.98127.45140.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 33 (13.28% from 255) = 30%
R=47.27%
G=22.73%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52253300.520.370.80342.2235.0615.1
Hex341921034255015623f
Octal643141064451205264317
Binary11010011001100001011010010010110100001010101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341921; }

 p { color: rgb(52,25,33); }

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

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

 a { background-color: rgb(52,25,33); }

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

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

 span { border-color: rgb(52,25,33); }

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