Html Css Color HEX #751456 Pompadour

📋 copy color: '#751456'

red 117 ◦ green 20 ◦ blue 86

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

Shades of Pompadour #751456

Tints of Pompadour #751456

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.97%

 BLUE value IS 86 (33.98% from 255) = 38.57%

R = 52.47%
G = 8.97%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#751456 (or 0x751456) is known color: Pompadour. HEX triplet: 75, 14 and 56. RGB value is (117,20,86). Sum of RGB (Red+Green+Blue) = 117+20+86=223 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.47% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 117 - color contains mainly: red. Hex color #751456 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751456 is #8AEBA9. Grayscale: #383838. Windows color (decimal): -9104298 or 5641333. OLE color: 5641333.

HSL color Cylindrical-coordinate representation of color #751456: hue angle of 319.18º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #751456 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 20 86 -
CMYK 0 0.83 0.26 0.54
HSL 319.18º 0.71% 0.27% -
HSV(B) 319.18º 0.83% 0.46% -
XYZ 9.27 4.95 9.27 -
YUV 56.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 117 20 86 0 0.83 0.26 0.54 319.18 0.71 0.27
Hex 75 14 56 0 53 1A 36 13F 47 1B
Octal 165 24 126 0 123 32 66 477 107 33
Binary 1110101 10100 1010110 0 1010011 11010 110110 100111111 1000111 11011

Color Harmonies of #751456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751456

Black with #751456

Text Example


Text Example

White with #751456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751456; }

 p { color: rgb(117,20,86); }

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

background-color css

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

 a { background-color: rgb(117,20,86); }

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

border-color css

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

 span { border-color: rgb(117,20,86); }

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