Html Css Color HEX #752041 Pompadour

📋 copy color: '#752041'

red 117 ◦ green 32 ◦ blue 65

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

Shades of Pompadour #752041

Tints of Pompadour #752041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 54.67%
G = 14.95%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#752041 (or 0x752041) is known color: Pompadour. HEX triplet: 75, 20 and 41. RGB value is (117,32,65). Sum of RGB (Red+Green+Blue) = 117+32+65=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #752041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752041 is #8ADFBE. Grayscale: #3D3D3D. Windows color (decimal): -9101247 or 4268149. OLE color: 4268149.

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

Color convert

RGB 117 32 65 -
CMYK 0 0.73 0.44 0.54
HSL 336.71º 0.57% 0.29% -
HSV(B) 336.71º 0.73% 0.46% -
XYZ 8.81 5.2 5.54 -
YUV 61.18 130.16 167.82 -
System Red Green Blue C M Y K H S L
Decimal 117 32 65 0 0.73 0.44 0.54 336.71 0.57 0.29
Hex 75 20 41 0 49 2C 36 151 39 1D
Octal 165 40 101 0 111 54 66 521 71 35
Binary 1110101 100000 1000001 0 1001001 101100 110110 101010001 111001 11101

Color Harmonies of #752041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752041

Black with #752041

Text Example


Text Example

White with #752041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752041; }

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

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

background-color css

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

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

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

border-color css

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

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

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