#612148

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

Shades of Pompadour #612148

Tints of Pompadour #612148

Color information

#612148 (or 0x612148) is unknown color: approx Pompadour. HEX triplet: 61, 21 and 48. RGB value is (97,33,72). Sum of RGB (Red+Green+Blue) = 97+33+72=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #612148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612148 is #9EDEB7. Grayscale: #383838. Windows color (decimal): -10411704 or 4727137. OLE color: 4727137.

HSL color Cylindrical-coordinate representation of color #612148: hue angle of 323.44º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612148 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB973372-
CMYK00.660.260.62
HSL323.44º49.23%25.49%-
HSV(B)323.44º65.98%38.04%-
XYZ6.644.16.57-
YUV56.58136.7156.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 33 (13.28% from 255) = 16.34%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=48.02%
G=16.34%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97337200.660.260.62323.4449.2325.49
Hex6121480421A3E1433119
Octal14141110010232765036131
Binary11000011000011001000010000101101011111010100001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612148; }

 p { color: rgb(97,33,72); }

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

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

 a { background-color: rgb(97,33,72); }

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

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

 span { border-color: rgb(97,33,72); }

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