Html Css Color HEX #731940 Pompadour

📋 copy color: '#731940'

red 115 ◦ green 25 ◦ blue 64

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

Shades of Pompadour #731940

Tints of Pompadour #731940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 31.37%

R = 56.37%
G = 12.25%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#731940 (or 0x731940) is known color: Pompadour. HEX triplet: 73, 19 and 40. RGB value is (115,25,64). Sum of RGB (Red+Green+Blue) = 115+25+64=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #731940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731940 is #8CE6BF. Grayscale: #383838. Windows color (decimal): -9234112 or 4200819. OLE color: 4200819.

HSL color Cylindrical-coordinate representation of color #731940: hue angle of 334º 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 #731940 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 64 -
CMYK 0 0.78 0.44 0.55
HSL 334º 0.64% 0.27% -
HSV(B) 334º 0.78% 0.45% -
XYZ 8.34 4.71 5.32 -
YUV 56.36 132.32 169.83 -
System Red Green Blue C M Y K H S L
Decimal 115 25 64 0 0.78 0.44 0.55 334 0.64 0.27
Hex 73 19 40 0 4E 2C 37 14E 40 1B
Octal 163 31 100 0 116 54 67 516 100 33
Binary 1110011 11001 1000000 0 1001110 101100 110111 101001110 1000000 11011

Color Harmonies of #731940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731940

Black with #731940

Text Example


Text Example

White with #731940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731940; }

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

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

background-color css

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

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

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

border-color css

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

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

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