Html Css Color HEX #731946 Pompadour

📋 copy color: '#731946'

red 115 ◦ green 25 ◦ blue 70

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

Shades of Pompadour #731946

Tints of Pompadour #731946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.9%

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

R = 54.76%
G = 11.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#731946 (or 0x731946) is known color: Pompadour. HEX triplet: 73, 19 and 46. RGB value is (115,25,70). Sum of RGB (Red+Green+Blue) = 115+25+70=210 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.76% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 115 - color contains mainly: red. Hex color #731946 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731946 is #8CE6B9. Grayscale: #383838. Windows color (decimal): -9234106 or 4594035. OLE color: 4594035.

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

Color convert

RGB 115 25 70 -
CMYK 0 0.78 0.39 0.55
HSL 330º 0.64% 0.27% -
HSV(B) 330º 0.78% 0.45% -
XYZ 8.52 4.78 6.27 -
YUV 57.04 135.32 169.34 -
System Red Green Blue C M Y K H S L
Decimal 115 25 70 0 0.78 0.39 0.55 330 0.64 0.27
Hex 73 19 46 0 4E 27 37 14A 40 1B
Octal 163 31 106 0 116 47 67 512 100 33
Binary 1110011 11001 1000110 0 1001110 100111 110111 101001010 1000000 11011

Color Harmonies of #731946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731946

Black with #731946

Text Example


Text Example

White with #731946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731946; }

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

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

background-color css

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

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

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

border-color css

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

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

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