Html Css Color HEX #751241 Pompadour

📋 copy color: '#751241'

red 117 ◦ green 18 ◦ blue 65

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

Shades of Pompadour #751241

Tints of Pompadour #751241

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

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

R = 58.5%
G = 9%
B = 32.5%

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

#751241 (or 0x751241) is known color: Pompadour. HEX triplet: 75, 12 and 41. RGB value is (117,18,65). Sum of RGB (Red+Green+Blue) = 117+18+65=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #751241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751241 is #8AEDBE. Grayscale: #343434. Windows color (decimal): -9104831 or 4264565. OLE color: 4264565.

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

Color convert

RGB 117 18 65 -
CMYK 0 0.85 0.44 0.54
HSL 331.52º 0.73% 0.26% -
HSV(B) 331.52º 0.85% 0.46% -
XYZ 8.51 4.6 5.44 -
YUV 52.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 117 18 65 0 0.85 0.44 0.54 331.52 0.73 0.26
Hex 75 12 41 0 55 2C 36 14C 49 1A
Octal 165 22 101 0 125 54 66 514 111 32
Binary 1110101 10010 1000001 0 1010101 101100 110110 101001100 1001001 11010

Color Harmonies of #751241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751241

Black with #751241

Text Example


Text Example

White with #751241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751241; }

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

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

background-color css

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

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

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

border-color css

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

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

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