Html Css Color HEX #761D49 Pompadour

📋 copy color: '#761D49'

red 118 ◦ green 29 ◦ blue 73

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

Shades of Pompadour #761D49

Tints of Pompadour #761D49

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.18%

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

R = 53.64%
G = 13.18%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#761D49 (or 0x761D49) is known color: Pompadour. HEX triplet: 76, 1D and 49. RGB value is (118,29,73). Sum of RGB (Red+Green+Blue) = 118+29+73=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #761D49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761D49 is #89E2B6. Grayscale: #3C3C3C. Windows color (decimal): -9036471 or 4791670. OLE color: 4791670.

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

Color convert

RGB 118 29 73 -
CMYK 0 0.75 0.38 0.54
HSL 330.34º 0.61% 0.29% -
HSV(B) 330.34º 0.75% 0.46% -
XYZ 9.11 5.21 6.83 -
YUV 60.63 134.99 168.92 -
System Red Green Blue C M Y K H S L
Decimal 118 29 73 0 0.75 0.38 0.54 330.34 0.61 0.29
Hex 76 1D 49 0 4B 26 36 14A 3D 1D
Octal 166 35 111 0 113 46 66 512 75 35
Binary 1110110 11101 1001001 0 1001011 100110 110110 101001010 111101 11101

Color Harmonies of #761D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D49

Black with #761D49

Text Example


Text Example

White with #761D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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