Html Css Color HEX #7A1240 Pompadour

📋 copy color: '#7A1240'

red 122 ◦ green 18 ◦ blue 64

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

Shades of Pompadour #7A1240

Tints of Pompadour #7A1240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.82%

 BLUE value IS 64 (25.39% from 255) = 31.37%

R = 59.8%
G = 8.82%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7A1240 (or 0x7A1240) is known color: Pompadour. HEX triplet: 7A, 12 and 40. RGB value is (122,18,64). Sum of RGB (Red+Green+Blue) = 122+18+64=204 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.80% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1240 is #85EDBF. Grayscale: #363636. Windows color (decimal): -8777152 or 4199034. OLE color: 4199034.

HSL color Cylindrical-coordinate representation of color #7A1240: hue angle of 333.46º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1240 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 18 64 -
CMYK 0 0.85 0.48 0.52
HSL 333.46º 0.74% 0.27% -
HSV(B) 333.46º 0.85% 0.48% -
XYZ 9.17 4.94 5.32 -
YUV 54.34 133.46 176.26 -
System Red Green Blue C M Y K H S L
Decimal 122 18 64 0 0.85 0.48 0.52 333.46 0.74 0.27
Hex 7A 12 40 0 55 30 34 14D 4A 1B
Octal 172 22 100 0 125 60 64 515 112 33
Binary 1111010 10010 1000000 0 1010101 110000 110100 101001101 1001010 11011

Color Harmonies of #7A1240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1240

Black with #7A1240

Text Example


Text Example

White with #7A1240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,18,64); }

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

background-color css

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

 a { background-color: rgb(122,18,64); }

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

border-color css

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

 span { border-color: rgb(122,18,64); }

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