Html Css Color HEX #762049 Pompadour

📋 copy color: '#762049'

red 118 ◦ green 32 ◦ blue 73

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

Shades of Pompadour #762049

Tints of Pompadour #762049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.35%

 BLUE value IS 73 (28.91% from 255) = 32.74%

R = 52.91%
G = 14.35%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#762049 (or 0x762049) is known color: Pompadour. HEX triplet: 76, 20 and 49. RGB value is (118,32,73). Sum of RGB (Red+Green+Blue) = 118+32+73=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #762049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762049 is #89DFB6. Grayscale: #3E3E3E. Windows color (decimal): -9035703 or 4792438. OLE color: 4792438.

HSL color Cylindrical-coordinate representation of color #762049: hue angle of 331.4º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #762049 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 32 73 -
CMYK 0 0.73 0.38 0.54
HSL 331.4º 0.57% 0.29% -
HSV(B) 331.4º 0.73% 0.46% -
XYZ 9.19 5.37 6.85 -
YUV 62.39 133.99 167.67 -
System Red Green Blue C M Y K H S L
Decimal 118 32 73 0 0.73 0.38 0.54 331.4 0.57 0.29
Hex 76 20 49 0 49 26 36 14B 39 1D
Octal 166 40 111 0 111 46 66 513 71 35
Binary 1110110 100000 1001001 0 1001001 100110 110110 101001011 111001 11101

Color Harmonies of #762049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762049

Black with #762049

Text Example


Text Example

White with #762049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762049; }

 p { color: rgb(118,32,73); }

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

background-color css

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

 a { background-color: rgb(118,32,73); }

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

border-color css

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

 span { border-color: rgb(118,32,73); }

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