#7C1353

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

Shades of Pompadour #7C1353

Tints of Pompadour #7C1353

Color information

#7C1353 (or 0x7C1353) is unknown color: approx Pompadour. HEX triplet: 7C, 13 and 53. RGB value is (124,19,83). Sum of RGB (Red+Green+Blue) = 124+19+83=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1353 is #83ECAC. Grayscale: #393939. Windows color (decimal): -8645805 or 5444476. OLE color: 5444476.

HSL color Cylindrical-coordinate representation of color #7C1353: hue angle of 323.43º 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 #7C1353 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB1241983-
CMYK00.850.330.51
HSL323.43º73.43%28.04%-
HSV(B)323.43º84.68%48.63%-
XYZ10.115.388.69-
YUV57.69142.29175.3-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 54.87%
GREEN value IS 19 (7.81% from 255) = 8.41%
BLUE value IS 83 (32.81% from 255) = 36.73%
R=54.87%
G=8.41%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124198300.850.330.51323.4373.4328.04
Hex7C13530552133143491c
Octal174231230125416350311134
Binary111110010011101001101010101100001110011101000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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