Html Css Color HEX #7A193F Pompadour

📋 copy color: '#7A193F'

red 122 ◦ green 25 ◦ blue 63

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

Shades of Pompadour #7A193F

Tints of Pompadour #7A193F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 30%

R = 58.1%
G = 11.9%
B = 30%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7A193F (or 0x7A193F) is known color: Pompadour. HEX triplet: 7A, 19 and 3F. RGB value is (122,25,63). Sum of RGB (Red+Green+Blue) = 122+25+63=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A193F is #85E6C0. Grayscale: #3A3A3A. Windows color (decimal): -8775361 or 4135290. OLE color: 4135290.

HSL color Cylindrical-coordinate representation of color #7A193F: hue angle of 336.49º 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 #7A193F is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 25 63 -
CMYK 0 0.80 0.48 0.52
HSL 336.49º 0.66% 0.29% -
HSV(B) 336.49º 0.8% 0.48% -
XYZ 9.27 5.19 5.22 -
YUV 58.34 130.64 173.41 -
System Red Green Blue C M Y K H S L
Decimal 122 25 63 0 0.80 0.48 0.52 336.49 0.66 0.29
Hex 7A 19 3F 0 50 30 34 150 42 1D
Octal 172 31 77 0 120 60 64 520 102 35
Binary 1111010 11001 111111 0 1010000 110000 110100 101010000 1000010 11101

Color Harmonies of #7A193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A193F

Black with #7A193F

Text Example


Text Example

White with #7A193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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