Html Css Color HEX #751E47 Pompadour

📋 copy color: '#751E47'

red 117 ◦ green 30 ◦ blue 71

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

Shades of Pompadour #751E47

Tints of Pompadour #751E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.76%

 BLUE value IS 71 (28.13% from 255) = 32.57%

R = 53.67%
G = 13.76%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#751E47 (or 0x751E47) is known color: Pompadour. HEX triplet: 75, 1E and 47. RGB value is (117,30,71). Sum of RGB (Red+Green+Blue) = 117+30+71=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 71 (28.12% from 255 or 32.57% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #751E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751E47 is #8AE1B8. Grayscale: #3C3C3C. Windows color (decimal): -9101753 or 4660853. OLE color: 4660853.

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

Color convert

RGB 117 30 71 -
CMYK 0 0.74 0.39 0.54
HSL 331.72º 0.59% 0.29% -
HSV(B) 331.72º 0.74% 0.46% -
XYZ 8.94 5.17 6.49 -
YUV 60.69 133.82 168.17 -
System Red Green Blue C M Y K H S L
Decimal 117 30 71 0 0.74 0.39 0.54 331.72 0.59 0.29
Hex 75 1E 47 0 4A 27 36 14C 3B 1D
Octal 165 36 107 0 112 47 66 514 73 35
Binary 1110101 11110 1000111 0 1001010 100111 110110 101001100 111011 11101

Color Harmonies of #751E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751E47

Black with #751E47

Text Example


Text Example

White with #751E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,30,71); }

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

background-color css

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

 a { background-color: rgb(117,30,71); }

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

border-color css

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

 span { border-color: rgb(117,30,71); }

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