Html Css Color HEX #751041 Pompadour

📋 copy color: '#751041'

red 117 ◦ green 16 ◦ blue 65

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

Shades of Pompadour #751041

Tints of Pompadour #751041

RGB

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

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

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

R = 59.09%
G = 8.08%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#751041 (or 0x751041) is known color: Pompadour. HEX triplet: 75, 10 and 41. RGB value is (117,16,65). Sum of RGB (Red+Green+Blue) = 117+16+65=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #751041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751041 is #8AEFBE. Grayscale: #333333. Windows color (decimal): -9105343 or 4264053. OLE color: 4264053.

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

Color convert

RGB 117 16 65 -
CMYK 0 0.86 0.44 0.54
HSL 330.89º 0.76% 0.26% -
HSV(B) 330.89º 0.86% 0.46% -
XYZ 8.48 4.53 5.43 -
YUV 51.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 117 16 65 0 0.86 0.44 0.54 330.89 0.76 0.26
Hex 75 10 41 0 56 2C 36 14B 4C 1A
Octal 165 20 101 0 126 54 66 513 114 32
Binary 1110101 10000 1000001 0 1010110 101100 110110 101001011 1001100 11010

Color Harmonies of #751041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751041

Black with #751041

Text Example


Text Example

White with #751041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751041; }

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

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

background-color css

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

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

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

border-color css

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

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

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