Html Css Color HEX #762151 Pompadour

📋 copy color: '#762151'

red 118 ◦ green 33 ◦ blue 81

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

Shades of Pompadour #762151

Tints of Pompadour #762151

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

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

R = 50.86%
G = 14.22%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#762151 (or 0x762151) is known color: Pompadour. HEX triplet: 76, 21 and 51. RGB value is (118,33,81). Sum of RGB (Red+Green+Blue) = 118+33+81=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #762151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762151 is #89DEAE. Grayscale: #3F3F3F. Windows color (decimal): -9035439 or 5316982. OLE color: 5316982.

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

Color convert

RGB 118 33 81 -
CMYK 0 0.72 0.31 0.54
HSL 326.12º 0.56% 0.3% -
HSV(B) 326.12º 0.72% 0.46% -
XYZ 9.5 5.53 8.35 -
YUV 63.89 137.66 166.6 -
System Red Green Blue C M Y K H S L
Decimal 118 33 81 0 0.72 0.31 0.54 326.12 0.56 0.3
Hex 76 21 51 0 48 1F 36 146 38 1E
Octal 166 41 121 0 110 37 66 506 70 36
Binary 1110110 100001 1010001 0 1001000 11111 110110 101000110 111000 11110

Color Harmonies of #762151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762151

Black with #762151

Text Example


Text Example

White with #762151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762151; }

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

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

background-color css

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

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

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

border-color css

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

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

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