Html Css Color HEX #751544 Pompadour

📋 copy color: '#751544'

red 117 ◦ green 21 ◦ blue 68

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

Shades of Pompadour #751544

Tints of Pompadour #751544

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

 BLUE value IS 68 (26.95% from 255) = 33.01%

R = 56.8%
G = 10.19%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#751544 (or 0x751544) is known color: Pompadour. HEX triplet: 75, 15 and 44. RGB value is (117,21,68). Sum of RGB (Red+Green+Blue) = 117+21+68=206 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.80% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 117 - color contains mainly: red. Hex color #751544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751544 is #8AEABB. Grayscale: #363636. Windows color (decimal): -9104060 or 4461941. OLE color: 4461941.

HSL color Cylindrical-coordinate representation of color #751544: hue angle of 330.62º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #751544 is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 21 68 -
CMYK 0 0.82 0.42 0.54
HSL 330.63º 0.7% 0.27% -
HSV(B) 330.63º 0.82% 0.46% -
XYZ 8.65 4.74 5.93 -
YUV 55.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 117 21 68 0 0.82 0.42 0.54 330.63 0.7 0.27
Hex 75 15 44 0 52 2A 36 14B 46 1B
Octal 165 25 104 0 122 52 66 513 106 33
Binary 1110101 10101 1000100 0 1010010 101010 110110 101001011 1000110 11011

Color Harmonies of #751544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751544

Black with #751544

Text Example


Text Example

White with #751544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751544; }

 p { color: rgb(117,21,68); }

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

background-color css

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

 a { background-color: rgb(117,21,68); }

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

border-color css

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

 span { border-color: rgb(117,21,68); }

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