Html Css Color HEX #751D4C Pompadour

📋 copy color: '#751D4C'

red 117 ◦ green 29 ◦ blue 76

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

Shades of Pompadour #751D4C

Tints of Pompadour #751D4C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.06%

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

R = 52.7%
G = 13.06%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#751D4C (or 0x751D4C) is known color: Pompadour. HEX triplet: 75, 1D and 4C. RGB value is (117,29,76). Sum of RGB (Red+Green+Blue) = 117+29+76=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #751D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751D4C is #8AE2B3. Grayscale: #3C3C3C. Windows color (decimal): -9102004 or 4988277. OLE color: 4988277.

HSL color Cylindrical-coordinate representation of color #751D4C: hue angle of 327.95º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D4C is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 29 76 -
CMYK 0 0.75 0.35 0.54
HSL 327.95º 0.6% 0.29% -
HSV(B) 327.95º 0.75% 0.46% -
XYZ 9.08 5.18 7.36 -
YUV 60.67 136.65 168.18 -
System Red Green Blue C M Y K H S L
Decimal 117 29 76 0 0.75 0.35 0.54 327.95 0.6 0.29
Hex 75 1D 4C 0 4B 23 36 148 3C 1D
Octal 165 35 114 0 113 43 66 510 74 35
Binary 1110101 11101 1001100 0 1001011 100011 110110 101001000 111100 11101

Color Harmonies of #751D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D4C

Black with #751D4C

Text Example


Text Example

White with #751D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751D4C; }

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

 H1.HeaderClassName
 {
   color: #751D4C;
 }
 .AnyTagClassName
 {
   color: #751D4C;
 }
</style>

background-color css

<style>
 a { background-color: #751D4C; }

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

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

border-color css

<style>
 span { border-color: #751D4C; }

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

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