Html Css Color HEX #7A184B Pompadour

📋 copy color: '#7A184B'

red 122 ◦ green 24 ◦ blue 75

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

Shades of Pompadour #7A184B

Tints of Pompadour #7A184B

RGB

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

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

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

R = 55.2%
G = 10.86%
B = 33.94%

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

#7A184B (or 0x7A184B) is known color: Pompadour. HEX triplet: 7A, 18 and 4B. RGB value is (122,24,75). Sum of RGB (Red+Green+Blue) = 122+24+75=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A184B is #85E7B4. Grayscale: #3B3B3B. Windows color (decimal): -8775605 or 4921466. OLE color: 4921466.

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

Color convert

RGB 122 24 75 -
CMYK 0 0.80 0.39 0.52
HSL 328.78º 0.67% 0.29% -
HSV(B) 328.78º 0.8% 0.48% -
XYZ 9.62 5.3 7.17 -
YUV 59.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 122 24 75 0 0.80 0.39 0.52 328.78 0.67 0.29
Hex 7A 18 4B 0 50 27 34 149 43 1D
Octal 172 30 113 0 120 47 64 511 103 35
Binary 1111010 11000 1001011 0 1010000 100111 110100 101001001 1000011 11101

Color Harmonies of #7A184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A184B

Black with #7A184B

Text Example


Text Example

White with #7A184B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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