#612143

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

Shades of Pompadour #612143

Tints of Pompadour #612143

Color information

#612143 (or 0x612143) is unknown color: approx Pompadour. HEX triplet: 61, 21 and 43. RGB value is (97,33,67). Sum of RGB (Red+Green+Blue) = 97+33+67=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #612143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612143 is #9EDEBC. Grayscale: #373737. Windows color (decimal): -10411709 or 4399457. OLE color: 4399457.

HSL color Cylindrical-coordinate representation of color #612143: hue angle of 328.12º 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 #612143 is Cyan = 0, Magento = 0.66, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB973367-
CMYK00.660.310.62
HSL328.12º49.23%25.49%-
HSV(B)328.12º65.98%38.04%-
XYZ6.494.035.75-
YUV56.01134.2157.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 67 (26.56% from 255) = 34.01%
R=49.24%
G=16.75%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97336700.660.310.62328.1249.2325.49
Hex6121430421F3E1483119
Octal14141103010237765106131
Binary11000011000011000011010000101111111111010100100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612143; }

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

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

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

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

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

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

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

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