Html Css Color HEX #75194C Pompadour

📋 copy color: '#75194C'

red 117 ◦ green 25 ◦ blue 76

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

Shades of Pompadour #75194C

Tints of Pompadour #75194C

RGB

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

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

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

R = 53.67%
G = 11.47%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75194C (or 0x75194C) is known color: Pompadour. HEX triplet: 75, 19 and 4C. RGB value is (117,25,76). Sum of RGB (Red+Green+Blue) = 117+25+76=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #75194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75194C is #8AE6B3. Grayscale: #3A3A3A. Windows color (decimal): -9103028 or 4987253. OLE color: 4987253.

HSL color Cylindrical-coordinate representation of color #75194C: hue angle of 326.74º 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 #75194C is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 25 76 -
CMYK 0 0.79 0.35 0.54
HSL 326.74º 0.65% 0.28% -
HSV(B) 326.74º 0.79% 0.46% -
XYZ 8.99 5 7.33 -
YUV 58.32 137.98 169.85 -
System Red Green Blue C M Y K H S L
Decimal 117 25 76 0 0.79 0.35 0.54 326.74 0.65 0.28
Hex 75 19 4C 0 4F 23 36 147 41 1C
Octal 165 31 114 0 117 43 66 507 101 34
Binary 1110101 11001 1001100 0 1001111 100011 110110 101000111 1000001 11100

Color Harmonies of #75194C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75194C

Black with #75194C

Text Example


Text Example

White with #75194C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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