Html Css Color HEX #751651 Pompadour

📋 copy color: '#751651'

red 117 ◦ green 22 ◦ blue 81

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

Shades of Pompadour #751651

Tints of Pompadour #751651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 36.82%

R = 53.18%
G = 10%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#751651 (or 0x751651) is known color: Pompadour. HEX triplet: 75, 16 and 51. RGB value is (117,22,81). Sum of RGB (Red+Green+Blue) = 117+22+81=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #751651 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751651 is #8AE9AE. Grayscale: #383838. Windows color (decimal): -9103791 or 5314165. OLE color: 5314165.

HSL color Cylindrical-coordinate representation of color #751651: hue angle of 322.74º 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 #751651 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 22 81 -
CMYK 0 0.81 0.31 0.54
HSL 322.74º 0.68% 0.27% -
HSV(B) 322.74º 0.81% 0.46% -
XYZ 9.11 4.95 8.26 -
YUV 57.13 141.47 170.7 -
System Red Green Blue C M Y K H S L
Decimal 117 22 81 0 0.81 0.31 0.54 322.74 0.68 0.27
Hex 75 16 51 0 51 1F 36 143 44 1B
Octal 165 26 121 0 121 37 66 503 104 33
Binary 1110101 10110 1010001 0 1010001 11111 110110 101000011 1000100 11011

Color Harmonies of #751651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751651

Black with #751651

Text Example


Text Example

White with #751651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751651; }

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

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

background-color css

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

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

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

border-color css

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

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

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