Html Css Color HEX #7B1151 Pompadour

📋 copy color: '#7B1151'

red 123 ◦ green 17 ◦ blue 81

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

Shades of Pompadour #7B1151

Tints of Pompadour #7B1151

RGB

 RED value IS 123 (48.44% from 255) = 55.66%

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

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

R = 55.66%
G = 7.69%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#7B1151 (or 0x7B1151) is known color: Pompadour. HEX triplet: 7B, 11 and 51. RGB value is (123,17,81). Sum of RGB (Red+Green+Blue) = 123+17+81=221 (29% of max value = 765). Red value is 123 (48.44% from 255 or 55.66% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 81 (32.03% from 255 or 36.65% from 221); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1151 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1151 is #84EEAE. Grayscale: #373737. Windows color (decimal): -8711855 or 5312891. OLE color: 5312891.

HSL color Cylindrical-coordinate representation of color #7B1151: hue angle of 323.77º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1151 is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 17 81 -
CMYK 0 0.86 0.34 0.52
HSL 323.77º 0.76% 0.27% -
HSV(B) 323.77º 0.86% 0.48% -
XYZ 9.85 5.21 8.27 -
YUV 55.99 142.12 175.8 -
System Red Green Blue C M Y K H S L
Decimal 123 17 81 0 0.86 0.34 0.52 323.77 0.76 0.27
Hex 7B 11 51 0 56 22 34 144 4C 1B
Octal 173 21 121 0 126 42 64 504 114 33
Binary 1111011 10001 1010001 0 1010110 100010 110100 101000100 1001100 11011

Color Harmonies of #7B1151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1151

Black with #7B1151

Text Example


Text Example

White with #7B1151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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