#60234A

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

Shades of Pompadour #60234A

Tints of Pompadour #60234A

Color information

#60234A (or 0x60234A) is unknown color: approx Pompadour. HEX triplet: 60, 23 and 4A. RGB value is (96,35,74). Sum of RGB (Red+Green+Blue) = 96+35+74=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60234A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60234A is #9FDCB5. Grayscale: #393939. Windows color (decimal): -10476726 or 4858720. OLE color: 4858720.

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

Color convert

RGB963574-
CMYK00.640.230.62
HSL321.64º46.56%25.69%-
HSV(B)321.64º63.54%37.65%-
XYZ6.664.186.93-
YUV57.68137.21155.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 35 (14.06% from 255) = 17.07%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=46.83%
G=17.07%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96357400.640.230.62321.6446.5625.69
Hex60234A040173E1422f1a
Octal14043112010027765025732
Binary11000001000111001010010000001011111111010100001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60234A; }

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

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

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

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

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

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

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

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