#612043

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

Shades of Pompadour #612043

Tints of Pompadour #612043

Color information

#612043 (or 0x612043) is unknown color: approx Pompadour. HEX triplet: 61, 20 and 43. RGB value is (97,32,67). Sum of RGB (Red+Green+Blue) = 97+32+67=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #612043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612043 is #9EDFBC. Grayscale: #373737. Windows color (decimal): -10411965 or 4399201. OLE color: 4399201.

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

Color convert

RGB973267-
CMYK00.670.310.62
HSL327.69º50.39%25.29%-
HSV(B)327.69º67.01%38.04%-
XYZ6.463.985.74-
YUV55.42134.53157.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.49%
GREEN value IS 32 (12.89% from 255) = 16.33%
BLUE value IS 67 (26.56% from 255) = 34.18%
R=49.49%
G=16.33%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97326700.670.310.62327.6950.3925.29
Hex6120430431F3E1483219
Octal14140103010337765106231
Binary11000011000001000011010000111111111111010100100011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612043; }

 p { color: rgb(97,32,67); }

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

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

 a { background-color: rgb(97,32,67); }

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

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

 span { border-color: rgb(97,32,67); }

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