#602641

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

Shades of Pompadour #602641

Tints of Pompadour #602641

Color information

#602641 (or 0x602641) is unknown color: approx Pompadour. HEX triplet: 60, 26 and 41. RGB value is (96,38,65). Sum of RGB (Red+Green+Blue) = 96+38+65=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #602641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602641 is #9FD9BE. Grayscale: #3A3A3A. Windows color (decimal): -10475967 or 4269664. OLE color: 4269664.

HSL color Cylindrical-coordinate representation of color #602641: hue angle of 332.07º degrees, saturation: 0.43, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #602641 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB963865-
CMYK00.600.320.62
HSL332.07º43.28%26.27%-
HSV(B)332.07º60.42%37.65%-
XYZ6.474.255.48-
YUV58.42131.72154.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.24%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 65 (25.78% from 255) = 32.66%
R=48.24%
G=19.10%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96386500.600.320.62332.0743.2826.27
Hex60264103C203E14c2b1a
Octal1404610107440765145332
Binary11000001001101000001011110010000011111010100110010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602641; }

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

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

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

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

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

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

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

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