Html Css Color HEX #751649 Pompadour

📋 copy color: '#751649'

red 117 ◦ green 22 ◦ blue 73

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

Shades of Pompadour #751649

Tints of Pompadour #751649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 34.43%

R = 55.19%
G = 10.38%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#751649 (or 0x751649) is known color: Pompadour. HEX triplet: 75, 16 and 49. RGB value is (117,22,73). Sum of RGB (Red+Green+Blue) = 117+22+73=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #751649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751649 is #8AE9B6. Grayscale: #383838. Windows color (decimal): -9103799 or 4789877. OLE color: 4789877.

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

Color convert

RGB 117 22 73 -
CMYK 0 0.81 0.38 0.54
HSL 327.79º 0.68% 0.27% -
HSV(B) 327.79º 0.81% 0.46% -
XYZ 8.83 4.84 6.77 -
YUV 56.22 137.47 171.35 -
System Red Green Blue C M Y K H S L
Decimal 117 22 73 0 0.81 0.38 0.54 327.79 0.68 0.27
Hex 75 16 49 0 51 26 36 148 44 1B
Octal 165 26 111 0 121 46 66 510 104 33
Binary 1110101 10110 1001001 0 1010001 100110 110110 101001000 1000100 11011

Color Harmonies of #751649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751649

Black with #751649

Text Example


Text Example

White with #751649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751649; }

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

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

background-color css

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

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

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

border-color css

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

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

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