Html Css Color HEX #761D53 Pompadour

📋 copy color: '#761D53'

red 118 ◦ green 29 ◦ blue 83

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

Shades of Pompadour #761D53

Tints of Pompadour #761D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.09%

R = 51.3%
G = 12.61%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#761D53 (or 0x761D53) is known color: Pompadour. HEX triplet: 76, 1D and 53. RGB value is (118,29,83). Sum of RGB (Red+Green+Blue) = 118+29+83=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 83 (32.81% from 255 or 36.09% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #761D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761D53 is #89E2AC. Grayscale: #3D3D3D. Windows color (decimal): -9036461 or 5447030. OLE color: 5447030.

HSL color Cylindrical-coordinate representation of color #761D53: hue angle of 323.6º 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 #761D53 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 29 83 -
CMYK 0 0.75 0.30 0.54
HSL 323.6º 0.61% 0.29% -
HSV(B) 323.6º 0.75% 0.46% -
XYZ 9.47 5.35 8.72 -
YUV 61.77 139.99 168.11 -
System Red Green Blue C M Y K H S L
Decimal 118 29 83 0 0.75 0.30 0.54 323.6 0.61 0.29
Hex 76 1D 53 0 4B 1E 36 144 3D 1D
Octal 166 35 123 0 113 36 66 504 75 35
Binary 1110110 11101 1010011 0 1001011 11110 110110 101000100 111101 11101

Color Harmonies of #761D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761D53

Black with #761D53

Text Example


Text Example

White with #761D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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