Html Css Color HEX #7A1640 Pompadour

📋 copy color: '#7A1640'

red 122 ◦ green 22 ◦ blue 64

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

Shades of Pompadour #7A1640

Tints of Pompadour #7A1640

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.58%

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

R = 58.65%
G = 10.58%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7A1640 (or 0x7A1640) is known color: Pompadour. HEX triplet: 7A, 16 and 40. RGB value is (122,22,64). Sum of RGB (Red+Green+Blue) = 122+22+64=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 22 (8.98% from 255 or 10.58% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1640 is #85E9BF. Grayscale: #383838. Windows color (decimal): -8776128 or 4200058. OLE color: 4200058.

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

Color convert

RGB 122 22 64 -
CMYK 0 0.82 0.48 0.52
HSL 334.8º 0.69% 0.28% -
HSV(B) 334.8º 0.82% 0.48% -
XYZ 9.24 5.08 5.34 -
YUV 56.69 132.13 174.58 -
System Red Green Blue C M Y K H S L
Decimal 122 22 64 0 0.82 0.48 0.52 334.8 0.69 0.28
Hex 7A 16 40 0 52 30 34 14F 45 1C
Octal 172 26 100 0 122 60 64 517 105 34
Binary 1111010 10110 1000000 0 1010010 110000 110100 101001111 1000101 11100

Color Harmonies of #7A1640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1640

Black with #7A1640

Text Example


Text Example

White with #7A1640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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