Html Css Color HEX #731746 Pompadour

📋 copy color: '#731746'

red 115 ◦ green 23 ◦ blue 70

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

Shades of Pompadour #731746

Tints of Pompadour #731746

RGB

 RED value IS 115 (45.31% from 255) = 55.29%

 GREEN value IS 23 (9.38% from 255) = 11.06%

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

R = 55.29%
G = 11.06%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#731746 (or 0x731746) is known color: Pompadour. HEX triplet: 73, 17 and 46. RGB value is (115,23,70). Sum of RGB (Red+Green+Blue) = 115+23+70=208 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.29% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 115 - color contains mainly: red. Hex color #731746 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731746 is #8CE8B9. Grayscale: #373737. Windows color (decimal): -9234618 or 4593523. OLE color: 4593523.

HSL color Cylindrical-coordinate representation of color #731746: hue angle of 329.35º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731746 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 70 -
CMYK 0 0.80 0.39 0.55
HSL 329.35º 0.67% 0.27% -
HSV(B) 329.35º 0.8% 0.45% -
XYZ 8.48 4.7 6.25 -
YUV 55.87 135.98 170.18 -
System Red Green Blue C M Y K H S L
Decimal 115 23 70 0 0.80 0.39 0.55 329.35 0.67 0.27
Hex 73 17 46 0 50 27 37 149 43 1B
Octal 163 27 106 0 120 47 67 511 103 33
Binary 1110011 10111 1000110 0 1010000 100111 110111 101001001 1000011 11011

Color Harmonies of #731746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731746

Black with #731746

Text Example


Text Example

White with #731746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731746; }

 p { color: rgb(115,23,70); }

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

background-color css

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

 a { background-color: rgb(115,23,70); }

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

border-color css

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

 span { border-color: rgb(115,23,70); }

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