Html Css Color HEX #752141 Pompadour

📋 copy color: '#752141'

red 117 ◦ green 33 ◦ blue 65

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

Shades of Pompadour #752141

Tints of Pompadour #752141

RGB

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

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

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

R = 54.42%
G = 15.35%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#752141 (or 0x752141) is known color: Pompadour. HEX triplet: 75, 21 and 41. RGB value is (117,33,65). Sum of RGB (Red+Green+Blue) = 117+33+65=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #752141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752141 is #8ADEBE. Grayscale: #3D3D3D. Windows color (decimal): -9100991 or 4268405. OLE color: 4268405.

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

Color convert

RGB 117 33 65 -
CMYK 0 0.72 0.44 0.54
HSL 337.14º 0.56% 0.29% -
HSV(B) 337.14º 0.72% 0.46% -
XYZ 8.83 5.25 5.55 -
YUV 61.76 129.83 167.4 -
System Red Green Blue C M Y K H S L
Decimal 117 33 65 0 0.72 0.44 0.54 337.14 0.56 0.29
Hex 75 21 41 0 48 2C 36 151 38 1D
Octal 165 41 101 0 110 54 66 521 70 35
Binary 1110101 100001 1000001 0 1001000 101100 110110 101010001 111000 11101

Color Harmonies of #752141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752141

Black with #752141

Text Example


Text Example

White with #752141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752141; }

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

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

background-color css

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

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

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

border-color css

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

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

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