#432328

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

Shades of Temptress #432328

Tints of Temptress #432328

Color information

#432328 (or 0x432328) is unknown color: approx Temptress. HEX triplet: 43, 23 and 28. RGB value is (67,35,40). Sum of RGB (Red+Green+Blue) = 67+35+40=142 (18% of max value = 765). Red value is 67 (26.56% from 255 or 47.18% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 40 (16.02% from 255 or 28.17% from 142); Max value from RGB is 67 - color contains mainly: red. Hex color #432328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432328 is #BCDCD7. Grayscale: #2D2D2D. Windows color (decimal): -12377304 or 2630467. OLE color: 2630467.

HSL color Cylindrical-coordinate representation of color #432328: hue angle of 350.62º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #432328 is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB673540-
CMYK00.480.400.74
HSL350.62º31.37%20%-
HSV(B)350.62º47.76%26.27%-
XYZ3.32.552.33-
YUV45.14125.1143.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 47.18%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 40 (16.02% from 255) = 28.17%
R=47.18%
G=24.65%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67354000.480.400.74350.6231.3720
Hex432328030284A15f1f14
Octal1034350060501125373724
Binary1000011100011101000011000010100010010101010111111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #432328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #432328; }

 p { color: rgb(67,35,40); }

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

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

 a { background-color: rgb(67,35,40); }

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

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

 span { border-color: rgb(67,35,40); }

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