Html Css Color HEX #7A1F42 Pompadour

📋 copy color: '#7A1F42'

red 122 ◦ green 31 ◦ blue 66

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

Shades of Pompadour #7A1F42

Tints of Pompadour #7A1F42

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.16%

 BLUE value IS 66 (26.17% from 255) = 30.14%

R = 55.71%
G = 14.16%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#7A1F42 (or 0x7A1F42) is known color: Pompadour. HEX triplet: 7A, 1F and 42. RGB value is (122,31,66). Sum of RGB (Red+Green+Blue) = 122+31+66=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 31 (12.5% from 255 or 14.16% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A1F42 is #85E0BD. Grayscale: #3E3E3E. Windows color (decimal): -8773822 or 4333434. OLE color: 4333434.

HSL color Cylindrical-coordinate representation of color #7A1F42: hue angle of 336.92º degrees, saturation: 0.59, 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 #7A1F42 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 31 66 -
CMYK 0 0.75 0.46 0.52
HSL 336.92º 0.59% 0.3% -
HSV(B) 336.92º 0.75% 0.48% -
XYZ 9.5 5.51 5.72 -
YUV 62.2 130.15 170.65 -
System Red Green Blue C M Y K H S L
Decimal 122 31 66 0 0.75 0.46 0.52 336.92 0.59 0.3
Hex 7A 1F 42 0 4B 2E 34 151 3B 1E
Octal 172 37 102 0 113 56 64 521 73 36
Binary 1111010 11111 1000010 0 1001011 101110 110100 101010001 111011 11110

Color Harmonies of #7A1F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1F42

Black with #7A1F42

Text Example


Text Example

White with #7A1F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,31,66); }

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

background-color css

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

 a { background-color: rgb(122,31,66); }

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

border-color css

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

 span { border-color: rgb(122,31,66); }

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