Html Css Color HEX #752051 Pompadour

📋 copy color: '#752051'

red 117 ◦ green 32 ◦ blue 81

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

Shades of Pompadour #752051

Tints of Pompadour #752051

RGB

 RED value IS 117 (46.09% from 255) = 50.87%

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

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

R = 50.87%
G = 13.91%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#752051 (or 0x752051) is known color: Pompadour. HEX triplet: 75, 20 and 51. RGB value is (117,32,81). Sum of RGB (Red+Green+Blue) = 117+32+81=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #752051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752051 is #8ADFAE. Grayscale: #3E3E3E. Windows color (decimal): -9101231 or 5316725. OLE color: 5316725.

HSL color Cylindrical-coordinate representation of color #752051: hue angle of 325.41º 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 #752051 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 32 81 -
CMYK 0 0.73 0.31 0.54
HSL 325.41º 0.57% 0.29% -
HSV(B) 325.41º 0.73% 0.46% -
XYZ 9.34 5.41 8.34 -
YUV 63 138.16 166.52 -
System Red Green Blue C M Y K H S L
Decimal 117 32 81 0 0.73 0.31 0.54 325.41 0.57 0.29
Hex 75 20 51 0 49 1F 36 145 39 1D
Octal 165 40 121 0 111 37 66 505 71 35
Binary 1110101 100000 1010001 0 1001001 11111 110110 101000101 111001 11101

Color Harmonies of #752051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752051

Black with #752051

Text Example


Text Example

White with #752051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752051; }

 p { color: rgb(117,32,81); }

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

background-color css

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

 a { background-color: rgb(117,32,81); }

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

border-color css

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

 span { border-color: rgb(117,32,81); }

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