Html Css Color HEX #75124F Pompadour

📋 copy color: '#75124F'

red 117 ◦ green 18 ◦ blue 79

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

Shades of Pompadour #75124F

Tints of Pompadour #75124F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.41%

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

R = 54.67%
G = 8.41%
B = 36.92%

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

#75124F (or 0x75124F) is known color: Pompadour. HEX triplet: 75, 12 and 4F. RGB value is (117,18,79). Sum of RGB (Red+Green+Blue) = 117+18+79=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75124F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75124F is #8AEDB0. Grayscale: #363636. Windows color (decimal): -9104817 or 5182069. OLE color: 5182069.

HSL color Cylindrical-coordinate representation of color #75124F: hue angle of 323.03º degrees, saturation: 0.73, 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 #75124F is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 18 79 -
CMYK 0 0.85 0.32 0.54
HSL 323.03º 0.73% 0.26% -
HSV(B) 323.03º 0.85% 0.46% -
XYZ 8.96 4.78 7.85 -
YUV 54.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 117 18 79 0 0.85 0.32 0.54 323.03 0.73 0.26
Hex 75 12 4F 0 55 20 36 143 49 1A
Octal 165 22 117 0 125 40 66 503 111 32
Binary 1110101 10010 1001111 0 1010101 100000 110110 101000011 1001001 11010

Color Harmonies of #75124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75124F

Black with #75124F

Text Example


Text Example

White with #75124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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