#602343

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

Shades of Pompadour #602343

Tints of Pompadour #602343

Color information

#602343 (or 0x602343) is unknown color: approx Pompadour. HEX triplet: 60, 23 and 43. RGB value is (96,35,67). Sum of RGB (Red+Green+Blue) = 96+35+67=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #602343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602343 is #9FDCBC. Grayscale: #383838. Windows color (decimal): -10476733 or 4399968. OLE color: 4399968.

HSL color Cylindrical-coordinate representation of color #602343: hue angle of 328.52º 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 #602343 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB963567-
CMYK00.640.300.62
HSL328.52º46.56%25.69%-
HSV(B)328.52º63.54%37.65%-
XYZ6.444.095.76-
YUV56.89133.71155.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.48%
GREEN value IS 35 (14.06% from 255) = 17.68%
BLUE value IS 67 (26.56% from 255) = 33.84%
R=48.48%
G=17.68%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96356700.640.300.62328.5246.5625.69
Hex6023430401E3E1492f1a
Octal14043103010036765115732
Binary11000001000111000011010000001111011111010100100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602343; }

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

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

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

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

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

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

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

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