#61234C

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

Shades of Pompadour #61234C

Tints of Pompadour #61234C

Color information

#61234C (or 0x61234C) is unknown color: approx Pompadour. HEX triplet: 61, 23 and 4C. RGB value is (97,35,76). Sum of RGB (Red+Green+Blue) = 97+35+76=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61234C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61234C is #9EDCB3. Grayscale: #3A3A3A. Windows color (decimal): -10411188 or 4989793. OLE color: 4989793.

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

Color convert

RGB973576-
CMYK00.640.220.62
HSL320.32º46.97%25.88%-
HSV(B)320.32º63.92%38.04%-
XYZ6.844.277.3-
YUV58.21138.04155.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.63%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 76 (30.08% from 255) = 36.54%
R=46.63%
G=16.83%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97357600.640.220.62320.3246.9725.88
Hex61234C040163E1402f1a
Octal14143114010026765005732
Binary11000011000111001100010000001011011111010100000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61234C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61234C; }

 p { color: rgb(97,35,76); }

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

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

 a { background-color: rgb(97,35,76); }

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

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

 span { border-color: rgb(97,35,76); }

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