#61234D

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

Shades of Pompadour #61234D

Tints of Pompadour #61234D

Color information

#61234D (or 0x61234D) is unknown color: approx Pompadour. HEX triplet: 61, 23 and 4D. RGB value is (97,35,77). Sum of RGB (Red+Green+Blue) = 97+35+77=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #61234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61234D is #9EDCB2. Grayscale: #3A3A3A. Windows color (decimal): -10411187 or 5055329. OLE color: 5055329.

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

Color convert

RGB973577-
CMYK00.640.210.62
HSL319.35º46.97%25.88%-
HSV(B)319.35º63.92%38.04%-
XYZ6.874.287.49-
YUV58.33138.54155.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 77 (30.47% from 255) = 36.84%
R=46.41%
G=16.75%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97357700.640.210.62319.3546.9725.88
Hex61234D040153E13f2f1a
Octal14143115010025764775732
Binary11000011000111001101010000001010111111010011111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61234D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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