Html Css Color HEX #751044 Pompadour

📋 copy color: '#751044'

red 117 ◦ green 16 ◦ blue 68

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

Shades of Pompadour #751044

Tints of Pompadour #751044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

 BLUE value IS 68 (26.95% from 255) = 33.83%

R = 58.21%
G = 7.96%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#751044 (or 0x751044) is known color: Pompadour. HEX triplet: 75, 10 and 44. RGB value is (117,16,68). Sum of RGB (Red+Green+Blue) = 117+16+68=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #751044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751044 is #8AEFBB. Grayscale: #343434. Windows color (decimal): -9105340 or 4460661. OLE color: 4460661.

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

Color convert

RGB 117 16 68 -
CMYK 0 0.86 0.42 0.54
HSL 329.11º 0.76% 0.26% -
HSV(B) 329.11º 0.86% 0.46% -
XYZ 8.56 4.57 5.9 -
YUV 52.13 136.96 174.27 -
System Red Green Blue C M Y K H S L
Decimal 117 16 68 0 0.86 0.42 0.54 329.11 0.76 0.26
Hex 75 10 44 0 56 2A 36 149 4C 1A
Octal 165 20 104 0 126 52 66 511 114 32
Binary 1110101 10000 1000100 0 1010110 101010 110110 101001001 1001100 11010

Color Harmonies of #751044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751044

Black with #751044

Text Example


Text Example

White with #751044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751044; }

 p { color: rgb(117,16,68); }

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

background-color css

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

 a { background-color: rgb(117,16,68); }

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

border-color css

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

 span { border-color: rgb(117,16,68); }

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