Html Css Color HEX #752144 Pompadour

📋 copy color: '#752144'

red 117 ◦ green 33 ◦ blue 68

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

Shades of Pompadour #752144

Tints of Pompadour #752144

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.14%

 BLUE value IS 68 (26.95% from 255) = 31.19%

R = 53.67%
G = 15.14%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#752144 (or 0x752144) is known color: Pompadour. HEX triplet: 75, 21 and 44. RGB value is (117,33,68). Sum of RGB (Red+Green+Blue) = 117+33+68=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 68 (26.95% from 255 or 31.19% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #752144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752144 is #8ADEBB. Grayscale: #3E3E3E. Windows color (decimal): -9100988 or 4465013. OLE color: 4465013.

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

Color convert

RGB 117 33 68 -
CMYK 0 0.72 0.42 0.54
HSL 335º 0.56% 0.29% -
HSV(B) 335º 0.72% 0.46% -
XYZ 8.92 5.29 6.02 -
YUV 62.11 131.33 167.15 -
System Red Green Blue C M Y K H S L
Decimal 117 33 68 0 0.72 0.42 0.54 335 0.56 0.29
Hex 75 21 44 0 48 2A 36 14F 38 1D
Octal 165 41 104 0 110 52 66 517 70 35
Binary 1110101 100001 1000100 0 1001000 101010 110110 101001111 111000 11101

Color Harmonies of #752144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752144

Black with #752144

Text Example


Text Example

White with #752144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752144; }

 p { color: rgb(117,33,68); }

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

background-color css

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

 a { background-color: rgb(117,33,68); }

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

border-color css

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

 span { border-color: rgb(117,33,68); }

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