Html Css Color HEX #7A1850 Pompadour

📋 copy color: '#7A1850'

red 122 ◦ green 24 ◦ blue 80

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

Shades of Pompadour #7A1850

Tints of Pompadour #7A1850

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.62%

 BLUE value IS 80 (31.64% from 255) = 35.4%

R = 53.98%
G = 10.62%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#7A1850 (or 0x7A1850) is known color: Pompadour. HEX triplet: 7A, 18 and 50. RGB value is (122,24,80). Sum of RGB (Red+Green+Blue) = 122+24+80=226 (29% of max value = 765). Red value is 122 (48.05% from 255 or 53.98% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1850 is #85E7AF. Grayscale: #3B3B3B. Windows color (decimal): -8775600 or 5249146. OLE color: 5249146.

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

Color convert

RGB 122 24 80 -
CMYK 0 0.80 0.34 0.52
HSL 325.71º 0.67% 0.29% -
HSV(B) 325.71º 0.8% 0.48% -
XYZ 9.8 5.37 8.11 -
YUV 59.69 139.47 172.45 -
System Red Green Blue C M Y K H S L
Decimal 122 24 80 0 0.80 0.34 0.52 325.71 0.67 0.29
Hex 7A 18 50 0 50 22 34 146 43 1D
Octal 172 30 120 0 120 42 64 506 103 35
Binary 1111010 11000 1010000 0 1010000 100010 110100 101000110 1000011 11101

Color Harmonies of #7A1850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1850

Black with #7A1850

Text Example


Text Example

White with #7A1850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,24,80); }

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

background-color css

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

 a { background-color: rgb(122,24,80); }

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

border-color css

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

 span { border-color: rgb(122,24,80); }

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