Html Css Color HEX #7A1B4A Pompadour

📋 copy color: '#7A1B4A'

red 122 ◦ green 27 ◦ blue 74

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

Shades of Pompadour #7A1B4A

Tints of Pompadour #7A1B4A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.11%

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 54.71%
G = 12.11%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#7A1B4A (or 0x7A1B4A) is known color: Pompadour. HEX triplet: 7A, 1B and 4A. RGB value is (122,27,74). Sum of RGB (Red+Green+Blue) = 122+27+74=223 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.71% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1B4A is #85E4B5. Grayscale: #3C3C3C. Windows color (decimal): -8774838 or 4856698. OLE color: 4856698.

HSL color Cylindrical-coordinate representation of color #7A1B4A: hue angle of 330.32º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A1B4A is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 27 74 -
CMYK 0 0.78 0.39 0.52
HSL 330.32º 0.64% 0.29% -
HSV(B) 330.32º 0.78% 0.48% -
XYZ 9.65 5.42 7.02 -
YUV 60.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 122 27 74 0 0.78 0.39 0.52 330.32 0.64 0.29
Hex 7A 1B 4A 0 4E 27 34 14A 40 1D
Octal 172 33 112 0 116 47 64 512 100 35
Binary 1111010 11011 1001010 0 1001110 100111 110100 101001010 1000000 11101

Color Harmonies of #7A1B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1B4A

Black with #7A1B4A

Text Example


Text Example

White with #7A1B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,27,74); }

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

background-color css

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

 a { background-color: rgb(122,27,74); }

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

border-color css

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

 span { border-color: rgb(122,27,74); }

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