#7A1850

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

Shades of Pompadour #7A1850

Tints of Pompadour #7A1850

Color information

#7A1850 (or 0x7A1850) is unknown color: approx Pompadour. HEX triplet: 7A, 18 and 50. RGB value is (122,24,80). Sum of RGB (Red+Green+Blue) = 122+24+80=226 (29% of max value = 765). Red value is 122 (48.05% from 255 or 53.98% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1850 is #85E7AF. Grayscale: #3B3B3B. Windows color (decimal): -8775600 or 5249146. OLE color: 5249146.

HSL color Cylindrical-coordinate representation of color #7A1850: hue angle of 325.71º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1850 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB1222480-
CMYK00.800.340.52
HSL325.71º67.12%28.63%-
HSV(B)325.71º80.33%47.84%-
XYZ9.85.378.11-
YUV59.69139.47172.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.98%
GREEN value IS 24 (9.77% from 255) = 10.62%
BLUE value IS 80 (31.64% from 255) = 35.40%
R=53.98%
G=10.62%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122248000.800.340.52325.7167.1228.63
Hex7A18500502234146431d
Octal172301200120426450610335
Binary111101011000101000001010000100010110100101000110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,24,80); }

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

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

 a { background-color: rgb(122,24,80); }

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

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

 span { border-color: rgb(122,24,80); }

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