Html Css Color HEX #731941 Pompadour

📋 copy color: '#731941'

red 115 ◦ green 25 ◦ blue 65

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

Shades of Pompadour #731941

Tints of Pompadour #731941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 56.1%
G = 12.2%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#731941 (or 0x731941) is known color: Pompadour. HEX triplet: 73, 19 and 41. RGB value is (115,25,65). Sum of RGB (Red+Green+Blue) = 115+25+65=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 25 (10.16% from 255 or 12.20% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #731941 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731941 is #8CE6BE. Grayscale: #383838. Windows color (decimal): -9234111 or 4266355. OLE color: 4266355.

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

Color convert

RGB 115 25 65 -
CMYK 0 0.78 0.43 0.55
HSL 333.33º 0.64% 0.27% -
HSV(B) 333.33º 0.78% 0.45% -
XYZ 8.37 4.72 5.47 -
YUV 56.47 132.82 169.75 -
System Red Green Blue C M Y K H S L
Decimal 115 25 65 0 0.78 0.43 0.55 333.33 0.64 0.27
Hex 73 19 41 0 4E 2B 37 14D 40 1B
Octal 163 31 101 0 116 53 67 515 100 33
Binary 1110011 11001 1000001 0 1001110 101011 110111 101001101 1000000 11011

Color Harmonies of #731941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731941

Black with #731941

Text Example


Text Example

White with #731941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731941; }

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

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

background-color css

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

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

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

border-color css

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

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

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