Html Css Color HEX #75114F Pompadour

📋 copy color: '#75114F'

red 117 ◦ green 17 ◦ blue 79

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

Shades of Pompadour #75114F

Tints of Pompadour #75114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.98%

 BLUE value IS 79 (31.25% from 255) = 37.09%

R = 54.93%
G = 7.98%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75114F (or 0x75114F) is known color: Pompadour. HEX triplet: 75, 11 and 4F. RGB value is (117,17,79). Sum of RGB (Red+Green+Blue) = 117+17+79=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75114F is #8AEEB0. Grayscale: #353535. Windows color (decimal): -9105073 or 5181813. OLE color: 5181813.

HSL color Cylindrical-coordinate representation of color #75114F: hue angle of 322.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75114F is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 17 79 -
CMYK 0 0.85 0.32 0.54
HSL 322.8º 0.75% 0.26% -
HSV(B) 322.8º 0.85% 0.46% -
XYZ 8.95 4.75 7.84 -
YUV 53.97 142.13 172.96 -
System Red Green Blue C M Y K H S L
Decimal 117 17 79 0 0.85 0.32 0.54 322.8 0.75 0.26
Hex 75 11 4F 0 55 20 36 143 4B 1A
Octal 165 21 117 0 125 40 66 503 113 32
Binary 1110101 10001 1001111 0 1010101 100000 110110 101000011 1001011 11010

Color Harmonies of #75114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75114F

Black with #75114F

Text Example


Text Example

White with #75114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75114F; }

 p { color: rgb(117,17,79); }

 H1.HeaderClassName
 {
   color: #75114F;
 }
 .AnyTagClassName
 {
   color: #75114F;
 }
</style>

background-color css

<style>
 a { background-color: #75114F; }

 a { background-color: rgb(117,17,79); }

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

border-color css

<style>
 span { border-color: #75114F; }

 span { border-color: rgb(117,17,79); }

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