Html Css Color HEX #731140 Pompadour

📋 copy color: '#731140'

red 115 ◦ green 17 ◦ blue 64

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

Shades of Pompadour #731140

Tints of Pompadour #731140

RGB

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

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

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

R = 58.67%
G = 8.67%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#731140 (or 0x731140) is known color: Pompadour. HEX triplet: 73, 11 and 40. RGB value is (115,17,64). Sum of RGB (Red+Green+Blue) = 115+17+64=196 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.67% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 115 - color contains mainly: red. Hex color #731140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731140 is #8CEEBF. Grayscale: #333333. Windows color (decimal): -9236160 or 4198771. OLE color: 4198771.

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

Color convert

RGB 115 17 64 -
CMYK 0 0.85 0.44 0.55
HSL 331.22º 0.74% 0.26% -
HSV(B) 331.22º 0.85% 0.45% -
XYZ 8.2 4.42 5.27 -
YUV 51.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 115 17 64 0 0.85 0.44 0.55 331.22 0.74 0.26
Hex 73 11 40 0 55 2C 37 14B 4A 1A
Octal 163 21 100 0 125 54 67 513 112 32
Binary 1110011 10001 1000000 0 1010101 101100 110111 101001011 1001010 11010

Color Harmonies of #731140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731140

Black with #731140

Text Example


Text Example

White with #731140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731140; }

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

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

background-color css

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

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

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

border-color css

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

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

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