Html Css Color HEX #7A1E4B Pompadour

📋 copy color: '#7A1E4B'

red 122 ◦ green 30 ◦ blue 75

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

Shades of Pompadour #7A1E4B

Tints of Pompadour #7A1E4B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.22%

 BLUE value IS 75 (29.69% from 255) = 33.04%

R = 53.74%
G = 13.22%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#7A1E4B (or 0x7A1E4B) is known color: Pompadour. HEX triplet: 7A, 1E and 4B. RGB value is (122,30,75). Sum of RGB (Red+Green+Blue) = 122+30+75=227 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.74% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1E4B is #85E1B4. Grayscale: #3E3E3E. Windows color (decimal): -8774069 or 4923002. OLE color: 4923002.

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

Color convert

RGB 122 30 75 -
CMYK 0 0.75 0.39 0.52
HSL 330.65º 0.61% 0.3% -
HSV(B) 330.65º 0.75% 0.48% -
XYZ 9.76 5.57 7.22 -
YUV 62.64 134.98 170.34 -
System Red Green Blue C M Y K H S L
Decimal 122 30 75 0 0.75 0.39 0.52 330.65 0.61 0.3
Hex 7A 1E 4B 0 4B 27 34 14B 3D 1E
Octal 172 36 113 0 113 47 64 513 75 36
Binary 1111010 11110 1001011 0 1001011 100111 110100 101001011 111101 11110

Color Harmonies of #7A1E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1E4B

Black with #7A1E4B

Text Example


Text Example

White with #7A1E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,30,75); }

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

background-color css

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

 a { background-color: rgb(122,30,75); }

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

border-color css

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

 span { border-color: rgb(122,30,75); }

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