Html Css Color HEX #7A1743 Pompadour

📋 copy color: '#7A1743'

red 122 ◦ green 23 ◦ blue 67

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

Shades of Pompadour #7A1743

Tints of Pompadour #7A1743

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.85%

 BLUE value IS 67 (26.56% from 255) = 31.6%

R = 57.55%
G = 10.85%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.52

RGB Variations

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

Color information

#7A1743 (or 0x7A1743) is known color: Pompadour. HEX triplet: 7A, 17 and 43. RGB value is (122,23,67). Sum of RGB (Red+Green+Blue) = 122+23+67=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1743 is #85E8BC. Grayscale: #393939. Windows color (decimal): -8775869 or 4396922. OLE color: 4396922.

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

Color convert

RGB 122 23 67 -
CMYK 0 0.81 0.45 0.52
HSL 333.33º 0.68% 0.28% -
HSV(B) 333.33º 0.81% 0.48% -
XYZ 9.35 5.16 5.81 -
YUV 57.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 122 23 67 0 0.81 0.45 0.52 333.33 0.68 0.28
Hex 7A 17 43 0 51 2D 34 14D 44 1C
Octal 172 27 103 0 121 55 64 515 104 34
Binary 1111010 10111 1000011 0 1010001 101101 110100 101001101 1000100 11100

Color Harmonies of #7A1743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1743

Black with #7A1743

Text Example


Text Example

White with #7A1743

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,23,67); }

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

background-color css

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

 a { background-color: rgb(122,23,67); }

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

border-color css

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

 span { border-color: rgb(122,23,67); }

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