Html Css Color HEX #7A1651 Pompadour

📋 copy color: '#7A1651'

red 122 ◦ green 22 ◦ blue 81

#7A1651
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pompadour #7A1651

Tints of Pompadour #7A1651

RGB

 RED value IS 122 (48.05% from 255) = 54.22%

 GREEN value IS 22 (8.98% from 255) = 9.78%

 BLUE value IS 81 (32.03% from 255) = 36%

R = 54.22%
G = 9.78%
B = 36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#7A1651 (or 0x7A1651) is known color: Pompadour. HEX triplet: 7A, 16 and 51. RGB value is (122,22,81). Sum of RGB (Red+Green+Blue) = 122+22+81=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1651 is #85E9AE. Grayscale: #3A3A3A. Windows color (decimal): -8776111 or 5314170. OLE color: 5314170.

HSL color Cylindrical-coordinate representation of color #7A1651: hue angle of 324.6º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1651 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 22 81 -
CMYK 0 0.82 0.34 0.52
HSL 324.6º 0.69% 0.28% -
HSV(B) 324.6º 0.82% 0.48% -
XYZ 9.8 5.31 8.29 -
YUV 58.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 122 22 81 0 0.82 0.34 0.52 324.6 0.69 0.28
Hex 7A 16 51 0 52 22 34 145 45 1C
Octal 172 26 121 0 122 42 64 505 105 34
Binary 1111010 10110 1010001 0 1010010 100010 110100 101000101 1000101 11100

Color Harmonies of #7A1651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1651

Black with #7A1651

Text Example


Text Example

White with #7A1651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,22,81); }

 H1.HeaderClassName
 {
   color: #7A1651;
 }
 .AnyTagClassName
 {
   color: #7A1651;
 }
</style>

background-color css

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

 a { background-color: rgb(122,22,81); }

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

border-color css

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

 span { border-color: rgb(122,22,81); }

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