Html Css Color HEX #75234D Pompadour

📋 copy color: '#75234D'

red 117 ◦ green 35 ◦ blue 77

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

Shades of Pompadour #75234D

Tints of Pompadour #75234D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 33.62%

R = 51.09%
G = 15.28%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75234D (or 0x75234D) is known color: Pompadour. HEX triplet: 75, 23 and 4D. RGB value is (117,35,77). Sum of RGB (Red+Green+Blue) = 117+35+77=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 77 (30.47% from 255 or 33.62% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #75234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75234D is #8ADCB2. Grayscale: #404040. Windows color (decimal): -9100467 or 5055349. OLE color: 5055349.

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

Color convert

RGB 117 35 77 -
CMYK 0 0.70 0.34 0.54
HSL 329.27º 0.54% 0.3% -
HSV(B) 329.27º 0.7% 0.46% -
XYZ 9.28 5.52 7.6 -
YUV 64.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 117 35 77 0 0.70 0.34 0.54 329.27 0.54 0.3
Hex 75 23 4D 0 46 22 36 149 36 1E
Octal 165 43 115 0 106 42 66 511 66 36
Binary 1110101 100011 1001101 0 1000110 100010 110110 101001001 110110 11110

Color Harmonies of #75234D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75234D

Black with #75234D

Text Example


Text Example

White with #75234D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75234D; }

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

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

background-color css

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

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

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

border-color css

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

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

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