#7C1352

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

Shades of Pompadour #7C1352

Tints of Pompadour #7C1352

Color information

#7C1352 (or 0x7C1352) is unknown color: approx Pompadour. HEX triplet: 7C, 13 and 52. RGB value is (124,19,82). Sum of RGB (Red+Green+Blue) = 124+19+82=225 (29% of max value = 765). Red value is 124 (48.83% from 255 or 55.11% from 225); Green value is 19 (7.81% from 255 or 8.44% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1352 is #83ECAD. Grayscale: #393939. Windows color (decimal): -8645806 or 5378940. OLE color: 5378940.

HSL color Cylindrical-coordinate representation of color #7C1352: hue angle of 324º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1352 is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB1241982-
CMYK00.850.340.51
HSL324º73.43%28.04%-
HSV(B)324º84.68%48.63%-
XYZ10.075.368.49-
YUV57.58141.79175.38-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 55.11%
GREEN value IS 19 (7.81% from 255) = 8.44%
BLUE value IS 82 (32.42% from 255) = 36.44%
R=55.11%
G=8.44%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124198200.850.340.5132473.4328.04
Hex7C13520552233144491c
Octal174231220125426350411134
Binary111110010011101001001010101100010110011101000100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C1352; }

 p { color: rgb(124,19,82); }

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

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

 a { background-color: rgb(124,19,82); }

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

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

 span { border-color: rgb(124,19,82); }

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