Html Css Color HEX #75224C Pompadour

📋 copy color: '#75224C'

red 117 ◦ green 34 ◦ blue 76

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

Shades of Pompadour #75224C

Tints of Pompadour #75224C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.98%

 BLUE value IS 76 (30.08% from 255) = 33.48%

R = 51.54%
G = 14.98%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75224C (or 0x75224C) is known color: Pompadour. HEX triplet: 75, 22 and 4C. RGB value is (117,34,76). Sum of RGB (Red+Green+Blue) = 117+34+76=227 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.54% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 117 - color contains mainly: red. Hex color #75224C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75224C is #8ADDB3. Grayscale: #3F3F3F. Windows color (decimal): -9100724 or 4989557. OLE color: 4989557.

HSL color Cylindrical-coordinate representation of color #75224C: hue angle of 329.64º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75224C is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 34 76 -
CMYK 0 0.71 0.35 0.54
HSL 329.64º 0.55% 0.3% -
HSV(B) 329.64º 0.71% 0.46% -
XYZ 9.21 5.45 7.4 -
YUV 63.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 117 34 76 0 0.71 0.35 0.54 329.64 0.55 0.3
Hex 75 22 4C 0 47 23 36 14A 37 1E
Octal 165 42 114 0 107 43 66 512 67 36
Binary 1110101 100010 1001100 0 1000111 100011 110110 101001010 110111 11110

Color Harmonies of #75224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75224C

Black with #75224C

Text Example


Text Example

White with #75224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75224C; }

 p { color: rgb(117,34,76); }

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

background-color css

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

 a { background-color: rgb(117,34,76); }

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

border-color css

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

 span { border-color: rgb(117,34,76); }

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