Html Css Color HEX #751139 Pompadour

📋 copy color: '#751139'

red 117 ◦ green 17 ◦ blue 57

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

Shades of Pompadour #751139

Tints of Pompadour #751139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 29.84%

R = 61.26%
G = 8.9%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#751139 (or 0x751139) is known color: Pompadour. HEX triplet: 75, 11 and 39. RGB value is (117,17,57). Sum of RGB (Red+Green+Blue) = 117+17+57=191 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.26% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 117 - color contains mainly: red. Hex color #751139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751139 is #8AEEC6. Grayscale: #333333. Windows color (decimal): -9105095 or 3740021. OLE color: 3740021.

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

Color convert

RGB 117 17 57 -
CMYK 0 0.85 0.51 0.54
HSL 336º 0.75% 0.26% -
HSV(B) 336º 0.85% 0.46% -
XYZ 8.28 4.48 4.3 -
YUV 51.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 117 17 57 0 0.85 0.51 0.54 336 0.75 0.26
Hex 75 11 39 0 55 33 36 150 4B 1A
Octal 165 21 71 0 125 63 66 520 113 32
Binary 1110101 10001 111001 0 1010101 110011 110110 101010000 1001011 11010

Color Harmonies of #751139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751139

Black with #751139

Text Example


Text Example

White with #751139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751139; }

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

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

background-color css

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

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

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

border-color css

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

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

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