Html Css Color HEX #75194A Pompadour

📋 copy color: '#75194A'

red 117 ◦ green 25 ◦ blue 74

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

Shades of Pompadour #75194A

Tints of Pompadour #75194A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.57%

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

R = 54.17%
G = 11.57%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#75194A (or 0x75194A) is known color: Pompadour. HEX triplet: 75, 19 and 4A. RGB value is (117,25,74). Sum of RGB (Red+Green+Blue) = 117+25+74=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75194A is #8AE6B5. Grayscale: #393939. Windows color (decimal): -9103030 or 4856181. OLE color: 4856181.

HSL color Cylindrical-coordinate representation of color #75194A: hue angle of 328.04º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #75194A is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 74 -
CMYK 0 0.79 0.37 0.54
HSL 328.04º 0.65% 0.28% -
HSV(B) 328.04º 0.79% 0.46% -
XYZ 8.92 4.97 6.97 -
YUV 58.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 117 25 74 0 0.79 0.37 0.54 328.04 0.65 0.28
Hex 75 19 4A 0 4F 25 36 148 41 1C
Octal 165 31 112 0 117 45 66 510 101 34
Binary 1110101 11001 1001010 0 1001111 100101 110110 101001000 1000001 11100

Color Harmonies of #75194A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75194A

Black with #75194A

Text Example


Text Example

White with #75194A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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