Html Css Color HEX #751740 Pompadour

📋 copy color: '#751740'

red 117 ◦ green 23 ◦ blue 64

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

Shades of Pompadour #751740

Tints of Pompadour #751740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

 BLUE value IS 64 (25.39% from 255) = 31.37%

R = 57.35%
G = 11.27%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#751740 (or 0x751740) is known color: Pompadour. HEX triplet: 75, 17 and 40. RGB value is (117,23,64). Sum of RGB (Red+Green+Blue) = 117+23+64=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #751740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751740 is #8AE8BF. Grayscale: #373737. Windows color (decimal): -9103552 or 4200309. OLE color: 4200309.

HSL color Cylindrical-coordinate representation of color #751740: hue angle of 333.83º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751740 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 23 64 -
CMYK 0 0.80 0.45 0.54
HSL 333.83º 0.67% 0.27% -
HSV(B) 333.83º 0.8% 0.46% -
XYZ 8.57 4.76 5.32 -
YUV 55.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 117 23 64 0 0.80 0.45 0.54 333.83 0.67 0.27
Hex 75 17 40 0 50 2D 36 14E 43 1B
Octal 165 27 100 0 120 55 66 516 103 33
Binary 1110101 10111 1000000 0 1010000 101101 110110 101001110 1000011 11011

Color Harmonies of #751740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751740

Black with #751740

Text Example


Text Example

White with #751740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751740; }

 p { color: rgb(117,23,64); }

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

background-color css

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

 a { background-color: rgb(117,23,64); }

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

border-color css

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

 span { border-color: rgb(117,23,64); }

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