#612348

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

Shades of Pompadour #612348

Tints of Pompadour #612348

Color information

#612348 (or 0x612348) is unknown color: approx Pompadour. HEX triplet: 61, 23 and 48. RGB value is (97,35,72). Sum of RGB (Red+Green+Blue) = 97+35+72=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 35 (14.06% from 255 or 17.16% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #612348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #612348 is #9EDCB7. Grayscale: #393939. Windows color (decimal): -10411192 or 4727649. OLE color: 4727649.

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

Color convert

RGB973572-
CMYK00.640.260.62
HSL324.19º46.97%25.88%-
HSV(B)324.19º63.92%38.04%-
XYZ6.74.216.59-
YUV57.76136.04155.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 35 (14.06% from 255) = 17.16%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=47.55%
G=17.16%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97357200.640.260.62324.1946.9725.88
Hex6123480401A3E1442f1a
Octal14143110010032765045732
Binary11000011000111001000010000001101011111010100010010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612348; }

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

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

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

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

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

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

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

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