Html Css Color HEX #752341 Pompadour

📋 copy color: '#752341'

red 117 ◦ green 35 ◦ blue 65

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

Shades of Pompadour #752341

Tints of Pompadour #752341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.13%

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

R = 53.92%
G = 16.13%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#752341 (or 0x752341) is known color: Pompadour. HEX triplet: 75, 23 and 41. RGB value is (117,35,65). Sum of RGB (Red+Green+Blue) = 117+35+65=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #752341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752341 is #8ADCBE. Grayscale: #3E3E3E. Windows color (decimal): -9100479 or 4268917. OLE color: 4268917.

HSL color Cylindrical-coordinate representation of color #752341: hue angle of 338.05º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752341 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 35 65 -
CMYK 0 0.70 0.44 0.54
HSL 338.05º 0.54% 0.3% -
HSV(B) 338.05º 0.7% 0.46% -
XYZ 8.89 5.37 5.57 -
YUV 62.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 117 35 65 0 0.70 0.44 0.54 338.05 0.54 0.3
Hex 75 23 41 0 46 2C 36 152 36 1E
Octal 165 43 101 0 106 54 66 522 66 36
Binary 1110101 100011 1000001 0 1000110 101100 110110 101010010 110110 11110

Color Harmonies of #752341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752341

Black with #752341

Text Example


Text Example

White with #752341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752341; }

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

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

background-color css

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

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

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

border-color css

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

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

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