Html Css Color HEX #751141 Pompadour

📋 copy color: '#751141'

red 117 ◦ green 17 ◦ blue 65

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

Shades of Pompadour #751141

Tints of Pompadour #751141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.54%

 BLUE value IS 65 (25.78% from 255) = 32.66%

R = 58.79%
G = 8.54%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#751141 (or 0x751141) is known color: Pompadour. HEX triplet: 75, 11 and 41. RGB value is (117,17,65). Sum of RGB (Red+Green+Blue) = 117+17+65=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 65 (25.78% from 255 or 32.66% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #751141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751141 is #8AEEBE. Grayscale: #343434. Windows color (decimal): -9105087 or 4264309. OLE color: 4264309.

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

Color convert

RGB 117 17 65 -
CMYK 0 0.85 0.44 0.54
HSL 331.2º 0.75% 0.26% -
HSV(B) 331.2º 0.85% 0.46% -
XYZ 8.49 4.56 5.43 -
YUV 52.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 117 17 65 0 0.85 0.44 0.54 331.2 0.75 0.26
Hex 75 11 41 0 55 2C 36 14B 4B 1A
Octal 165 21 101 0 125 54 66 513 113 32
Binary 1110101 10001 1000001 0 1010101 101100 110110 101001011 1001011 11010

Color Harmonies of #751141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751141

Black with #751141

Text Example


Text Example

White with #751141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751141; }

 p { color: rgb(117,17,65); }

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

background-color css

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

 a { background-color: rgb(117,17,65); }

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

border-color css

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

 span { border-color: rgb(117,17,65); }

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