Html Css Color HEX #75124C Pompadour

📋 copy color: '#75124C'

red 117 ◦ green 18 ◦ blue 76

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

Shades of Pompadour #75124C

Tints of Pompadour #75124C

RGB

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

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

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

R = 55.45%
G = 8.53%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75124C (or 0x75124C) is known color: Pompadour. HEX triplet: 75, 12 and 4C. RGB value is (117,18,76). Sum of RGB (Red+Green+Blue) = 117+18+76=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #75124C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75124C is #8AEDB3. Grayscale: #363636. Windows color (decimal): -9104820 or 4985461. OLE color: 4985461.

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

Color convert

RGB 117 18 76 -
CMYK 0 0.85 0.35 0.54
HSL 324.85º 0.73% 0.26% -
HSV(B) 324.85º 0.85% 0.46% -
XYZ 8.86 4.74 7.28 -
YUV 54.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 117 18 76 0 0.85 0.35 0.54 324.85 0.73 0.26
Hex 75 12 4C 0 55 23 36 145 49 1A
Octal 165 22 114 0 125 43 66 505 111 32
Binary 1110101 10010 1001100 0 1010101 100011 110110 101000101 1001001 11010

Color Harmonies of #75124C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75124C

Black with #75124C

Text Example


Text Example

White with #75124C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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