Html Css Color HEX #7A1346 Pompadour

📋 copy color: '#7A1346'

red 122 ◦ green 19 ◦ blue 70

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

Shades of Pompadour #7A1346

Tints of Pompadour #7A1346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9%

 BLUE value IS 70 (27.73% from 255) = 33.18%

R = 57.82%
G = 9%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#7A1346 (or 0x7A1346) is known color: Pompadour. HEX triplet: 7A, 13 and 46. RGB value is (122,19,70). Sum of RGB (Red+Green+Blue) = 122+19+70=211 (27% of max value = 765). Red value is 122 (48.05% from 255 or 57.82% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1346 is #85ECB9. Grayscale: #373737. Windows color (decimal): -8776890 or 4592506. OLE color: 4592506.

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

Color convert

RGB 122 19 70 -
CMYK 0 0.84 0.43 0.52
HSL 330.29º 0.73% 0.28% -
HSV(B) 330.29º 0.84% 0.48% -
XYZ 9.36 5.05 6.27 -
YUV 55.61 136.12 175.35 -
System Red Green Blue C M Y K H S L
Decimal 122 19 70 0 0.84 0.43 0.52 330.29 0.73 0.28
Hex 7A 13 46 0 54 2B 34 14A 49 1C
Octal 172 23 106 0 124 53 64 512 111 34
Binary 1111010 10011 1000110 0 1010100 101011 110100 101001010 1001001 11100

Color Harmonies of #7A1346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1346

Black with #7A1346

Text Example


Text Example

White with #7A1346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,19,70); }

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

background-color css

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

 a { background-color: rgb(122,19,70); }

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

border-color css

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

 span { border-color: rgb(122,19,70); }

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