Html Css Color HEX #75134C Pompadour

📋 copy color: '#75134C'

red 117 ◦ green 19 ◦ blue 76

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

Shades of Pompadour #75134C

Tints of Pompadour #75134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.96%

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

R = 55.19%
G = 8.96%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75134C (or 0x75134C) is known color: Pompadour. HEX triplet: 75, 13 and 4C. RGB value is (117,19,76). Sum of RGB (Red+Green+Blue) = 117+19+76=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #75134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75134C is #8AECB3. Grayscale: #363636. Windows color (decimal): -9104564 or 4985717. OLE color: 4985717.

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

Color convert

RGB 117 19 76 -
CMYK 0 0.84 0.35 0.54
HSL 325.1º 0.72% 0.27% -
HSV(B) 325.1º 0.84% 0.46% -
XYZ 8.87 4.77 7.29 -
YUV 54.8 139.97 172.37 -
System Red Green Blue C M Y K H S L
Decimal 117 19 76 0 0.84 0.35 0.54 325.1 0.72 0.27
Hex 75 13 4C 0 54 23 36 145 48 1B
Octal 165 23 114 0 124 43 66 505 110 33
Binary 1110101 10011 1001100 0 1010100 100011 110110 101000101 1001000 11011

Color Harmonies of #75134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75134C

Black with #75134C

Text Example


Text Example

White with #75134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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