Html Css Color HEX #751D4E Pompadour

📋 copy color: '#751D4E'

red 117 ◦ green 29 ◦ blue 78

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

Shades of Pompadour #751D4E

Tints of Pompadour #751D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.82%

R = 52.23%
G = 12.95%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#751D4E (or 0x751D4E) is known color: Pompadour. HEX triplet: 75, 1D and 4E. RGB value is (117,29,78). Sum of RGB (Red+Green+Blue) = 117+29+78=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #751D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D4E is #8AE2B1. Grayscale: #3C3C3C. Windows color (decimal): -9102002 or 5119349. OLE color: 5119349.

HSL color Cylindrical-coordinate representation of color #751D4E: hue angle of 326.59º 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 #751D4E is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 29 78 -
CMYK 0 0.75 0.33 0.54
HSL 326.59º 0.6% 0.29% -
HSV(B) 326.59º 0.75% 0.46% -
XYZ 9.15 5.21 7.73 -
YUV 60.9 137.65 168.02 -
System Red Green Blue C M Y K H S L
Decimal 117 29 78 0 0.75 0.33 0.54 326.59 0.6 0.29
Hex 75 1D 4E 0 4B 21 36 147 3C 1D
Octal 165 35 116 0 113 41 66 507 74 35
Binary 1110101 11101 1001110 0 1001011 100001 110110 101000111 111100 11101

Color Harmonies of #751D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751D4E

Black with #751D4E

Text Example


Text Example

White with #751D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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