Html Css Color HEX #7F1151 Pompadour

📋 copy color: '#7F1151'

red 127 ◦ green 17 ◦ blue 81

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

Shades of Pompadour #7F1151

Tints of Pompadour #7F1151

RGB

 RED value IS 127 (50% from 255) = 56.44%

 GREEN value IS 17 (7.03% from 255) = 7.56%

 BLUE value IS 81 (32.03% from 255) = 36%

R = 56.44%
G = 7.56%
B = 36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#7F1151 (or 0x7F1151) is known color: Pompadour. HEX triplet: 7F, 11 and 51. RGB value is (127,17,81). Sum of RGB (Red+Green+Blue) = 127+17+81=225 (29% of max value = 765). Red value is 127 (50% from 255 or 56.44% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1151 is #80EEAE. Grayscale: #393939. Windows color (decimal): -8449711 or 5312895. OLE color: 5312895.

HSL color Cylindrical-coordinate representation of color #7F1151: hue angle of 325.09º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F1151 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 17 81 -
CMYK 0 0.87 0.36 0.50
HSL 325.09º 0.76% 0.28% -
HSV(B) 325.09º 0.87% 0.5% -
XYZ 10.44 5.51 8.3 -
YUV 57.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 127 17 81 0 0.87 0.36 0.50 325.09 0.76 0.28
Hex 7F 11 51 0 57 24 32 145 4C 1C
Octal 177 21 121 0 127 44 62 505 114 34
Binary 1111111 10001 1010001 0 1010111 100100 110010 101000101 1001100 11100

Color Harmonies of #7F1151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1151

Black with #7F1151

Text Example


Text Example

White with #7F1151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,17,81); }

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

background-color css

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

 a { background-color: rgb(127,17,81); }

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

border-color css

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

 span { border-color: rgb(127,17,81); }

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