#602543

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

Shades of Pompadour #602543

Tints of Pompadour #602543

Color information

#602543 (or 0x602543) is unknown color: approx Pompadour. HEX triplet: 60, 25 and 43. RGB value is (96,37,67). Sum of RGB (Red+Green+Blue) = 96+37+67=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #602543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602543 is #9FDABC. Grayscale: #393939. Windows color (decimal): -10476221 or 4400480. OLE color: 4400480.

HSL color Cylindrical-coordinate representation of color #602543: hue angle of 329.49º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602543 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB963767-
CMYK00.610.300.62
HSL329.49º44.36%26.08%-
HSV(B)329.49º61.46%37.65%-
XYZ6.54.225.78-
YUV58.06133.05155.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 67 (26.56% from 255) = 33.5%
R=48%
G=18.5%
B=33.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96376700.610.300.62329.4944.3626.08
Hex60254303D1E3E1492c1a
Octal1404510307536765115432
Binary1100000100101100001101111011111011111010100100110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602543; }

 p { color: rgb(96,37,67); }

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

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

 a { background-color: rgb(96,37,67); }

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

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

 span { border-color: rgb(96,37,67); }

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