Html Css Color HEX #761551 Pompadour

📋 copy color: '#761551'

red 118 ◦ green 21 ◦ blue 81

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

Shades of Pompadour #761551

Tints of Pompadour #761551

RGB

 RED value IS 118 (46.48% from 255) = 53.64%

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

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

R = 53.64%
G = 9.55%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#761551 (or 0x761551) is known color: Pompadour. HEX triplet: 76, 15 and 51. RGB value is (118,21,81). Sum of RGB (Red+Green+Blue) = 118+21+81=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #761551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761551 is #89EAAE. Grayscale: #383838. Windows color (decimal): -9038511 or 5313910. OLE color: 5313910.

HSL color Cylindrical-coordinate representation of color #761551: hue angle of 322.89º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #761551 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 21 81 -
CMYK 0 0.82 0.31 0.54
HSL 322.89º 0.7% 0.27% -
HSV(B) 322.89º 0.82% 0.46% -
XYZ 9.22 4.98 8.26 -
YUV 56.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 118 21 81 0 0.82 0.31 0.54 322.89 0.7 0.27
Hex 76 15 51 0 52 1F 36 143 46 1B
Octal 166 25 121 0 122 37 66 503 106 33
Binary 1110110 10101 1010001 0 1010010 11111 110110 101000011 1000110 11011

Color Harmonies of #761551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761551

Black with #761551

Text Example


Text Example

White with #761551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761551; }

 p { color: rgb(118,21,81); }

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

background-color css

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

 a { background-color: rgb(118,21,81); }

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

border-color css

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

 span { border-color: rgb(118,21,81); }

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