Html Css Color HEX #7A1741 Pompadour

📋 copy color: '#7A1741'

red 122 ◦ green 23 ◦ blue 65

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

Shades of Pompadour #7A1741

Tints of Pompadour #7A1741

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.95%

 BLUE value IS 65 (25.78% from 255) = 30.95%

R = 58.1%
G = 10.95%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.52

RGB Variations

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

Color information

#7A1741 (or 0x7A1741) is known color: Pompadour. HEX triplet: 7A, 17 and 41. RGB value is (122,23,65). Sum of RGB (Red+Green+Blue) = 122+23+65=210 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.10% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 65 (25.78% from 255 or 30.95% from 210); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A1741 is #85E8BE. Grayscale: #393939. Windows color (decimal): -8775871 or 4265850. OLE color: 4265850.

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

Color convert

RGB 122 23 65 -
CMYK 0 0.81 0.47 0.52
HSL 334.55º 0.68% 0.28% -
HSV(B) 334.55º 0.81% 0.48% -
XYZ 9.29 5.13 5.5 -
YUV 57.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 122 23 65 0 0.81 0.47 0.52 334.55 0.68 0.28
Hex 7A 17 41 0 51 2F 34 14F 44 1C
Octal 172 27 101 0 121 57 64 517 104 34
Binary 1111010 10111 1000001 0 1010001 101111 110100 101001111 1000100 11100

Color Harmonies of #7A1741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1741

Black with #7A1741

Text Example


Text Example

White with #7A1741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,23,65); }

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

background-color css

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

 a { background-color: rgb(122,23,65); }

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

border-color css

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

 span { border-color: rgb(122,23,65); }

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