#341721

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

Shades of Temptress #341721

Tints of Temptress #341721

Color information

#341721 (or 0x341721) is unknown color: approx Temptress. HEX triplet: 34, 17 and 21. RGB value is (52,23,33). Sum of RGB (Red+Green+Blue) = 52+23+33=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 23 (9.38% from 255 or 21.30% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #341721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341721 is #CBE8DE. Grayscale: #202020. Windows color (decimal): -13363423 or 2168628. OLE color: 2168628.

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

Color convert

RGB522333-
CMYK00.560.370.80
HSL339.31º38.67%14.71%-
HSV(B)339.31º55.77%20.39%-
XYZ21.451.61-
YUV32.81128.11141.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 23 (9.38% from 255) = 21.30%
BLUE value IS 33 (13.28% from 255) = 30.56%
R=48.15%
G=21.30%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.37
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52233300.560.370.80339.3138.6714.71
Hex341721038255015327f
Octal642741070451205234717
Binary11010010111100001011100010010110100001010100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341721; }

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

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

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

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

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

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

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

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