Html Css Color HEX #761049 Pompadour

📋 copy color: '#761049'

red 118 ◦ green 16 ◦ blue 73

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

Shades of Pompadour #761049

Tints of Pompadour #761049

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.73%

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

R = 57%
G = 7.73%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#761049 (or 0x761049) is known color: Pompadour. HEX triplet: 76, 10 and 49. RGB value is (118,16,73). Sum of RGB (Red+Green+Blue) = 118+16+73=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 16 (6.64% from 255 or 7.73% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #761049 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761049 is #89EFB6. Grayscale: #343434. Windows color (decimal): -9039799 or 4788342. OLE color: 4788342.

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

Color convert

RGB 118 16 73 -
CMYK 0 0.86 0.38 0.54
HSL 326.47º 0.76% 0.26% -
HSV(B) 326.47º 0.86% 0.46% -
XYZ 8.86 4.7 6.74 -
YUV 53 139.29 174.37 -
System Red Green Blue C M Y K H S L
Decimal 118 16 73 0 0.86 0.38 0.54 326.47 0.76 0.26
Hex 76 10 49 0 56 26 36 146 4C 1A
Octal 166 20 111 0 126 46 66 506 114 32
Binary 1110110 10000 1001001 0 1010110 100110 110110 101000110 1001100 11010

Color Harmonies of #761049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761049

Black with #761049

Text Example


Text Example

White with #761049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761049; }

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

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

background-color css

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

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

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

border-color css

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

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

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