Html Css Color HEX #752346 Pompadour

📋 copy color: '#752346'

red 117 ◦ green 35 ◦ blue 70

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

Shades of Pompadour #752346

Tints of Pompadour #752346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 31.53%

R = 52.7%
G = 15.77%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#752346 (or 0x752346) is known color: Pompadour. HEX triplet: 75, 23 and 46. RGB value is (117,35,70). Sum of RGB (Red+Green+Blue) = 117+35+70=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #752346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752346 is #8ADCB9. Grayscale: #3F3F3F. Windows color (decimal): -9100474 or 4596597. OLE color: 4596597.

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

Color convert

RGB 117 35 70 -
CMYK 0 0.70 0.40 0.54
HSL 334.39º 0.54% 0.3% -
HSV(B) 334.39º 0.7% 0.46% -
XYZ 9.04 5.43 6.37 -
YUV 63.51 131.67 166.15 -
System Red Green Blue C M Y K H S L
Decimal 117 35 70 0 0.70 0.40 0.54 334.39 0.54 0.3
Hex 75 23 46 0 46 28 36 14E 36 1E
Octal 165 43 106 0 106 50 66 516 66 36
Binary 1110101 100011 1000110 0 1000110 101000 110110 101001110 110110 11110

Color Harmonies of #752346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752346

Black with #752346

Text Example


Text Example

White with #752346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752346; }

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

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

background-color css

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

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

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

border-color css

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

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

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