Html Css Color HEX #751546 Pompadour

📋 copy color: '#751546'

red 117 ◦ green 21 ◦ blue 70

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

Shades of Pompadour #751546

Tints of Pompadour #751546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 33.65%

R = 56.25%
G = 10.1%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#751546 (or 0x751546) is known color: Pompadour. HEX triplet: 75, 15 and 46. RGB value is (117,21,70). Sum of RGB (Red+Green+Blue) = 117+21+70=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #751546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751546 is #8AEAB9. Grayscale: #373737. Windows color (decimal): -9104058 or 4593013. OLE color: 4593013.

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

Color convert

RGB 117 21 70 -
CMYK 0 0.82 0.40 0.54
HSL 329.38º 0.7% 0.27% -
HSV(B) 329.38º 0.82% 0.46% -
XYZ 8.71 4.76 6.25 -
YUV 55.29 136.3 172.02 -
System Red Green Blue C M Y K H S L
Decimal 117 21 70 0 0.82 0.40 0.54 329.38 0.7 0.27
Hex 75 15 46 0 52 28 36 149 46 1B
Octal 165 25 106 0 122 50 66 511 106 33
Binary 1110101 10101 1000110 0 1010010 101000 110110 101001001 1000110 11011

Color Harmonies of #751546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #751546

Black with #751546

Text Example


Text Example

White with #751546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #751546; }

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

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

background-color css

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

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

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

border-color css

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

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

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