Html Css Color HEX #751349 Pompadour

📋 copy color: '#751349'

red 117 ◦ green 19 ◦ blue 73

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

Shades of Pompadour #751349

Tints of Pompadour #751349

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.09%

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

R = 55.98%
G = 9.09%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#751349 (or 0x751349) is known color: Pompadour. HEX triplet: 75, 13 and 49. RGB value is (117,19,73). Sum of RGB (Red+Green+Blue) = 117+19+73=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #751349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751349 is #8AECB6. Grayscale: #363636. Windows color (decimal): -9104567 or 4789109. OLE color: 4789109.

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

Color convert

RGB 117 19 73 -
CMYK 0 0.84 0.38 0.54
HSL 326.94º 0.72% 0.27% -
HSV(B) 326.94º 0.84% 0.46% -
XYZ 8.77 4.73 6.75 -
YUV 54.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 117 19 73 0 0.84 0.38 0.54 326.94 0.72 0.27
Hex 75 13 49 0 54 26 36 147 48 1B
Octal 165 23 111 0 124 46 66 507 110 33
Binary 1110101 10011 1001001 0 1010100 100110 110110 101000111 1001000 11011

Color Harmonies of #751349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751349

Black with #751349

Text Example


Text Example

White with #751349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751349; }

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

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

background-color css

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

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

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

border-color css

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

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

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