Html Css Color HEX #731141 Pompadour

📋 copy color: '#731141'

red 115 ◦ green 17 ◦ blue 65

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

Shades of Pompadour #731141

Tints of Pompadour #731141

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.63%

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

R = 58.38%
G = 8.63%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#731141 (or 0x731141) is known color: Pompadour. HEX triplet: 73, 11 and 41. RGB value is (115,17,65). Sum of RGB (Red+Green+Blue) = 115+17+65=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #731141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731141 is #8CEEBE. Grayscale: #333333. Windows color (decimal): -9236159 or 4264307. OLE color: 4264307.

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

Color convert

RGB 115 17 65 -
CMYK 0 0.85 0.43 0.55
HSL 330.61º 0.74% 0.26% -
HSV(B) 330.61º 0.85% 0.45% -
XYZ 8.22 4.43 5.42 -
YUV 51.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 115 17 65 0 0.85 0.43 0.55 330.61 0.74 0.26
Hex 73 11 41 0 55 2B 37 14B 4A 1A
Octal 163 21 101 0 125 53 67 513 112 32
Binary 1110011 10001 1000001 0 1010101 101011 110111 101001011 1001010 11010

Color Harmonies of #731141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731141

Black with #731141

Text Example


Text Example

White with #731141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731141; }

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

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

background-color css

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

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

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

border-color css

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

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

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