Html Css Color HEX #731741 Pompadour

📋 copy color: '#731741'

red 115 ◦ green 23 ◦ blue 65

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

Shades of Pompadour #731741

Tints of Pompadour #731741

RGB

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

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

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

R = 56.65%
G = 11.33%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#731741 (or 0x731741) is known color: Pompadour. HEX triplet: 73, 17 and 41. RGB value is (115,23,65). Sum of RGB (Red+Green+Blue) = 115+23+65=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #731741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731741 is #8CE8BE. Grayscale: #373737. Windows color (decimal): -9234623 or 4265843. OLE color: 4265843.

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

Color convert

RGB 115 23 65 -
CMYK 0 0.80 0.43 0.55
HSL 332.61º 0.67% 0.27% -
HSV(B) 332.61º 0.8% 0.45% -
XYZ 8.33 4.64 5.46 -
YUV 55.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 115 23 65 0 0.80 0.43 0.55 332.61 0.67 0.27
Hex 73 17 41 0 50 2B 37 14D 43 1B
Octal 163 27 101 0 120 53 67 515 103 33
Binary 1110011 10111 1000001 0 1010000 101011 110111 101001101 1000011 11011

Color Harmonies of #731741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731741

Black with #731741

Text Example


Text Example

White with #731741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731741; }

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

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

background-color css

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

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

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

border-color css

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

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

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