#602341

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

Shades of Pompadour #602341

Tints of Pompadour #602341

Color information

#602341 (or 0x602341) is unknown color: approx Pompadour. HEX triplet: 60, 23 and 41. RGB value is (96,35,65). Sum of RGB (Red+Green+Blue) = 96+35+65=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 65 (25.78% from 255 or 33.16% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #602341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602341 is #9FDCBE. Grayscale: #383838. Windows color (decimal): -10476735 or 4268896. OLE color: 4268896.

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

Color convert

RGB963565-
CMYK00.640.320.62
HSL330.49º46.56%25.69%-
HSV(B)330.49º63.54%37.65%-
XYZ6.384.075.45-
YUV56.66132.71156.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.98%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 65 (25.78% from 255) = 33.16%
R=48.98%
G=17.86%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96356500.640.320.62330.4946.5625.69
Hex602341040203E14a2f1a
Octal14043101010040765125732
Binary110000010001110000010100000010000011111010100101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602341; }

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

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

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

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

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

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

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

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