Html Css Color HEX #75174C Pompadour

📋 copy color: '#75174C'

red 117 ◦ green 23 ◦ blue 76

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

Shades of Pompadour #75174C

Tints of Pompadour #75174C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.65%

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

R = 54.17%
G = 10.65%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75174C (or 0x75174C) is known color: Pompadour. HEX triplet: 75, 17 and 4C. RGB value is (117,23,76). Sum of RGB (Red+Green+Blue) = 117+23+76=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #75174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75174C is #8AE8B3. Grayscale: #393939. Windows color (decimal): -9103540 or 4986741. OLE color: 4986741.

HSL color Cylindrical-coordinate representation of color #75174C: hue angle of 326.17º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75174C is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 76 -
CMYK 0 0.80 0.35 0.54
HSL 326.17º 0.67% 0.27% -
HSV(B) 326.17º 0.8% 0.46% -
XYZ 8.95 4.92 7.31 -
YUV 57.15 138.64 170.69 -
System Red Green Blue C M Y K H S L
Decimal 117 23 76 0 0.80 0.35 0.54 326.17 0.67 0.27
Hex 75 17 4C 0 50 23 36 146 43 1B
Octal 165 27 114 0 120 43 66 506 103 33
Binary 1110101 10111 1001100 0 1010000 100011 110110 101000110 1000011 11011

Color Harmonies of #75174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75174C

Black with #75174C

Text Example


Text Example

White with #75174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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