#421825

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

Shades of Temptress #421825

Tints of Temptress #421825

Color information

#421825 (or 0x421825) is unknown color: approx Temptress. HEX triplet: 42, 18 and 25. RGB value is (66,24,37). Sum of RGB (Red+Green+Blue) = 66+24+37=127 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.97% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 66 - color contains mainly: red. Hex color #421825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421825 is #BDE7DA. Grayscale: #262626. Windows color (decimal): -12445659 or 2431042. OLE color: 2431042.

HSL color Cylindrical-coordinate representation of color #421825: hue angle of 341.43º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #421825 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.74.

Color convert

RGB662437-
CMYK00.640.440.74
HSL341.43º46.67%17.65%-
HSV(B)341.43º63.64%25.88%-
XYZ2.911.951.97-
YUV38.04127.41147.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.97%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 37 (14.84% from 255) = 29.13%
R=51.97%
G=18.90%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66243700.640.440.74341.4346.6717.65
Hex4218250402C4A1552f12
Octal10230450100541125255722
Binary10000101100010010101000000101100100101010101010110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421825; }

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

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

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

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

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

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

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

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