Html Css Color HEX #7A193E Pompadour

📋 copy color: '#7A193E'

red 122 ◦ green 25 ◦ blue 62

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

Shades of Pompadour #7A193E

Tints of Pompadour #7A193E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.96%

 BLUE value IS 62 (24.61% from 255) = 29.67%

R = 58.37%
G = 11.96%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.52

RGB Variations

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

Color information

#7A193E (or 0x7A193E) is known color: Pompadour. HEX triplet: 7A, 19 and 3E. RGB value is (122,25,62). Sum of RGB (Red+Green+Blue) = 122+25+62=209 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.37% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 122 - color contains mainly: red. Hex color #7A193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A193E is #85E6C1. Grayscale: #3A3A3A. Windows color (decimal): -8775362 or 4069754. OLE color: 4069754.

HSL color Cylindrical-coordinate representation of color #7A193E: hue angle of 337.11º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A193E is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 25 62 -
CMYK 0 0.80 0.49 0.52
HSL 337.11º 0.66% 0.29% -
HSV(B) 337.11º 0.8% 0.48% -
XYZ 9.24 5.18 5.07 -
YUV 58.22 130.14 173.49 -
System Red Green Blue C M Y K H S L
Decimal 122 25 62 0 0.80 0.49 0.52 337.11 0.66 0.29
Hex 7A 19 3E 0 50 31 34 151 42 1D
Octal 172 31 76 0 120 61 64 521 102 35
Binary 1111010 11001 111110 0 1010000 110001 110100 101010001 1000010 11101

Color Harmonies of #7A193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A193E

Black with #7A193E

Text Example


Text Example

White with #7A193E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,25,62); }

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

background-color css

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

 a { background-color: rgb(122,25,62); }

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

border-color css

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

 span { border-color: rgb(122,25,62); }

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