Html Css Color HEX #75224A Pompadour

📋 copy color: '#75224A'

red 117 ◦ green 34 ◦ blue 74

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

Shades of Pompadour #75224A

Tints of Pompadour #75224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 32.89%

R = 52%
G = 15.11%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#75224A (or 0x75224A) is known color: Pompadour. HEX triplet: 75, 22 and 4A. RGB value is (117,34,74). Sum of RGB (Red+Green+Blue) = 117+34+74=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 74 (29.30% from 255 or 32.89% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75224A is #8ADDB5. Grayscale: #3F3F3F. Windows color (decimal): -9100726 or 4858485. OLE color: 4858485.

HSL color Cylindrical-coordinate representation of color #75224A: hue angle of 331.08º 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 #75224A is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 34 74 -
CMYK 0 0.71 0.37 0.54
HSL 331.08º 0.55% 0.3% -
HSV(B) 331.08º 0.71% 0.46% -
XYZ 9.14 5.42 7.04 -
YUV 63.38 134 166.25 -
System Red Green Blue C M Y K H S L
Decimal 117 34 74 0 0.71 0.37 0.54 331.08 0.55 0.3
Hex 75 22 4A 0 47 25 36 14B 37 1E
Octal 165 42 112 0 107 45 66 513 67 36
Binary 1110101 100010 1001010 0 1000111 100101 110110 101001011 110111 11110

Color Harmonies of #75224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75224A

Black with #75224A

Text Example


Text Example

White with #75224A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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