#602348

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

Shades of Pompadour #602348

Tints of Pompadour #602348

Color information

#602348 (or 0x602348) is unknown color: approx Pompadour. HEX triplet: 60, 23 and 48. RGB value is (96,35,72). Sum of RGB (Red+Green+Blue) = 96+35+72=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #602348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602348 is #9FDCB7. Grayscale: #393939. Windows color (decimal): -10476728 or 4727648. OLE color: 4727648.

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

Color convert

RGB963572-
CMYK00.640.250.62
HSL323.61º46.56%25.69%-
HSV(B)323.61º63.54%37.65%-
XYZ6.594.166.59-
YUV57.46136.21155.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 47.29%
GREEN value IS 35 (14.06% from 255) = 17.24%
BLUE value IS 72 (28.52% from 255) = 35.47%
R=47.29%
G=17.24%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96357200.640.250.62323.6146.5625.69
Hex602348040193E1442f1a
Octal14043110010031765045732
Binary11000001000111001000010000001100111111010100010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602348; }

 p { color: rgb(96,35,72); }

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

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

 a { background-color: rgb(96,35,72); }

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

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

 span { border-color: rgb(96,35,72); }

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