Html Css Color HEX #7A153F Pompadour

📋 copy color: '#7A153F'

red 122 ◦ green 21 ◦ blue 63

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

Shades of Pompadour #7A153F

Tints of Pompadour #7A153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

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

R = 59.22%
G = 10.19%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7A153F (or 0x7A153F) is known color: Pompadour. HEX triplet: 7A, 15 and 3F. RGB value is (122,21,63). Sum of RGB (Red+Green+Blue) = 122+21+63=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A153F is #85EAC0. Grayscale: #373737. Windows color (decimal): -8776385 or 4134266. OLE color: 4134266.

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

Color convert

RGB 122 21 63 -
CMYK 0 0.83 0.48 0.52
HSL 335.05º 0.71% 0.28% -
HSV(B) 335.05º 0.83% 0.48% -
XYZ 9.19 5.03 5.19 -
YUV 55.99 131.96 175.08 -
System Red Green Blue C M Y K H S L
Decimal 122 21 63 0 0.83 0.48 0.52 335.05 0.71 0.28
Hex 7A 15 3F 0 53 30 34 14F 47 1C
Octal 172 25 77 0 123 60 64 517 107 34
Binary 1111010 10101 111111 0 1010011 110000 110100 101001111 1000111 11100

Color Harmonies of #7A153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A153F

Black with #7A153F

Text Example


Text Example

White with #7A153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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