Html Css Color HEX #731246 Pompadour

📋 copy color: '#731246'

red 115 ◦ green 18 ◦ blue 70

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

Shades of Pompadour #731246

Tints of Pompadour #731246

RGB

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

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

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

R = 56.65%
G = 8.87%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#731246 (or 0x731246) is known color: Pompadour. HEX triplet: 73, 12 and 46. RGB value is (115,18,70). Sum of RGB (Red+Green+Blue) = 115+18+70=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #731246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731246 is #8CEDB9. Grayscale: #343434. Windows color (decimal): -9235898 or 4592243. OLE color: 4592243.

HSL color Cylindrical-coordinate representation of color #731246: hue angle of 327.84º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #731246 is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 18 70 -
CMYK 0 0.84 0.39 0.55
HSL 327.84º 0.73% 0.26% -
HSV(B) 327.84º 0.84% 0.45% -
XYZ 8.39 4.52 6.22 -
YUV 52.93 137.64 172.27 -
System Red Green Blue C M Y K H S L
Decimal 115 18 70 0 0.84 0.39 0.55 327.84 0.73 0.26
Hex 73 12 46 0 54 27 37 148 49 1A
Octal 163 22 106 0 124 47 67 510 111 32
Binary 1110011 10010 1000110 0 1010100 100111 110111 101001000 1001001 11010

Color Harmonies of #731246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731246

Black with #731246

Text Example


Text Example

White with #731246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731246; }

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

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

background-color css

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

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

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

border-color css

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

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

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