#42252A

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

Shades of Temptress #42252A

Tints of Temptress #42252A

Color information

#42252A (or 0x42252A) is unknown color: approx Temptress. HEX triplet: 42, 25 and 2A. RGB value is (66,37,42). Sum of RGB (Red+Green+Blue) = 66+37+42=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 37 (14.84% from 255 or 25.52% from 145); Blue value is 42 (16.80% from 255 or 28.97% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42252A is #BDDAD5. Grayscale: #2E2E2E. Windows color (decimal): -12442326 or 2762050. OLE color: 2762050.

HSL color Cylindrical-coordinate representation of color #42252A: hue angle of 349.66º degrees, saturation: 0.28, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #42252A is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB663742-
CMYK00.440.360.74
HSL349.66º28.16%20.2%-
HSV(B)349.66º43.94%25.88%-
XYZ3.332.652.53-
YUV46.24125.61142.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 45.52%
GREEN value IS 37 (14.84% from 255) = 25.52%
BLUE value IS 42 (16.80% from 255) = 28.97%
R=45.52%
G=25.52%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66374200.440.360.74349.6628.1620.2
Hex42252A02C244A15e1c14
Octal1024552054441125363424
Binary1000010100101101010010110010010010010101010111101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42252A; }

 p { color: rgb(66,37,42); }

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

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

 a { background-color: rgb(66,37,42); }

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

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

 span { border-color: rgb(66,37,42); }

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