#60234E

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

Shades of Pompadour #60234E

Tints of Pompadour #60234E

Color information

#60234E (or 0x60234E) is unknown color: approx Pompadour. HEX triplet: 60, 23 and 4E. RGB value is (96,35,78). Sum of RGB (Red+Green+Blue) = 96+35+78=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60234E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60234E is #9FDCB1. Grayscale: #3A3A3A. Windows color (decimal): -10476722 or 5120864. OLE color: 5120864.

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

Color convert

RGB963578-
CMYK00.640.190.62
HSL317.7º46.56%25.69%-
HSV(B)317.7º63.54%37.65%-
XYZ6.84.247.67-
YUV58.14139.21155-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 78 (30.86% from 255) = 37.32%
R=45.93%
G=16.75%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96357800.640.190.62317.746.5625.69
Hex60234E040133E13e2f1a
Octal14043116010023764765732
Binary11000001000111001110010000001001111111010011111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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