Html Css Color HEX #7A184A Pompadour

📋 copy color: '#7A184A'

red 122 ◦ green 24 ◦ blue 74

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

Shades of Pompadour #7A184A

Tints of Pompadour #7A184A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.91%

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

R = 55.45%
G = 10.91%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#7A184A (or 0x7A184A) is known color: Pompadour. HEX triplet: 7A, 18 and 4A. RGB value is (122,24,74). Sum of RGB (Red+Green+Blue) = 122+24+74=220 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.45% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 122 - color contains mainly: red. Hex color #7A184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A184A is #85E7B5. Grayscale: #3A3A3A. Windows color (decimal): -8775606 or 4855930. OLE color: 4855930.

HSL color Cylindrical-coordinate representation of color #7A184A: hue angle of 329.39º 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 #7A184A is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 24 74 -
CMYK 0 0.80 0.39 0.52
HSL 329.39º 0.67% 0.29% -
HSV(B) 329.39º 0.8% 0.48% -
XYZ 9.59 5.29 6.99 -
YUV 59 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 122 24 74 0 0.80 0.39 0.52 329.39 0.67 0.29
Hex 7A 18 4A 0 50 27 34 149 43 1D
Octal 172 30 112 0 120 47 64 511 103 35
Binary 1111010 11000 1001010 0 1010000 100111 110100 101001001 1000011 11101

Color Harmonies of #7A184A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A184A

Black with #7A184A

Text Example


Text Example

White with #7A184A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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