Html Css Color HEX #7A143B Pompadour

📋 copy color: '#7A143B'

red 122 ◦ green 20 ◦ blue 59

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

Shades of Pompadour #7A143B

Tints of Pompadour #7A143B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

 BLUE value IS 59 (23.44% from 255) = 29.35%

R = 60.7%
G = 9.95%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A143B (or 0x7A143B) is known color: Pompadour. HEX triplet: 7A, 14 and 3B. RGB value is (122,20,59). Sum of RGB (Red+Green+Blue) = 122+20+59=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A143B is #85EBC4. Grayscale: #363636. Windows color (decimal): -8776645 or 3871866. OLE color: 3871866.

HSL color Cylindrical-coordinate representation of color #7A143B: hue angle of 337.06º degrees, saturation: 0.72, 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 #7A143B is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 20 59 -
CMYK 0 0.84 0.52 0.52
HSL 337.06º 0.72% 0.28% -
HSV(B) 337.06º 0.84% 0.48% -
XYZ 9.07 4.95 4.62 -
YUV 54.94 130.29 175.83 -
System Red Green Blue C M Y K H S L
Decimal 122 20 59 0 0.84 0.52 0.52 337.06 0.72 0.28
Hex 7A 14 3B 0 54 34 34 151 48 1C
Octal 172 24 73 0 124 64 64 521 110 34
Binary 1111010 10100 111011 0 1010100 110100 110100 101010001 1001000 11100

Color Harmonies of #7A143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A143B

Black with #7A143B

Text Example


Text Example

White with #7A143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,20,59); }

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

background-color css

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

 a { background-color: rgb(122,20,59); }

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

border-color css

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

 span { border-color: rgb(122,20,59); }

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