Html Css Color HEX #751657 Pompadour

📋 copy color: '#751657'

red 117 ◦ green 22 ◦ blue 87

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

Shades of Pompadour #751657

Tints of Pompadour #751657

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.73%

 BLUE value IS 87 (34.38% from 255) = 38.5%

R = 51.77%
G = 9.73%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#751657 (or 0x751657) is known color: Pompadour. HEX triplet: 75, 16 and 57. RGB value is (117,22,87). Sum of RGB (Red+Green+Blue) = 117+22+87=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #751657 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751657 is #8AE9A8. Grayscale: #393939. Windows color (decimal): -9103785 or 5707381. OLE color: 5707381.

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

Color convert

RGB 117 22 87 -
CMYK 0 0.81 0.26 0.54
HSL 318.95º 0.68% 0.27% -
HSV(B) 318.95º 0.81% 0.46% -
XYZ 9.34 5.04 9.5 -
YUV 57.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 117 22 87 0 0.81 0.26 0.54 318.95 0.68 0.27
Hex 75 16 57 0 51 1A 36 13F 44 1B
Octal 165 26 127 0 121 32 66 477 104 33
Binary 1110101 10110 1010111 0 1010001 11010 110110 100111111 1000100 11011

Color Harmonies of #751657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751657

Black with #751657

Text Example


Text Example

White with #751657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751657; }

 p { color: rgb(117,22,87); }

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

background-color css

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

 a { background-color: rgb(117,22,87); }

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

border-color css

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

 span { border-color: rgb(117,22,87); }

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