#602143

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

Shades of Pompadour #602143

Tints of Pompadour #602143

Color information

#602143 (or 0x602143) is unknown color: approx Pompadour. HEX triplet: 60, 21 and 43. RGB value is (96,33,67). Sum of RGB (Red+Green+Blue) = 96+33+67=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #602143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602143 is #9FDEBC. Grayscale: #373737. Windows color (decimal): -10477245 or 4399456. OLE color: 4399456.

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

Color convert

RGB963367-
CMYK00.660.300.62
HSL327.62º48.84%25.29%-
HSV(B)327.62º65.62%37.65%-
XYZ6.383.985.74-
YUV55.71134.37156.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 67 (26.56% from 255) = 34.18%
R=48.98%
G=16.84%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96336700.660.300.62327.6248.8425.29
Hex6021430421E3E1483119
Octal14041103010236765106131
Binary11000001000011000011010000101111011111010100100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602143; }

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

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

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

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

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

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

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

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