Html Css Color HEX #731143 Pompadour

📋 copy color: '#731143'

red 115 ◦ green 17 ◦ blue 67

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

Shades of Pompadour #731143

Tints of Pompadour #731143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 33.67%

R = 57.79%
G = 8.54%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#731143 (or 0x731143) is known color: Pompadour. HEX triplet: 73, 11 and 43. RGB value is (115,17,67). Sum of RGB (Red+Green+Blue) = 115+17+67=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 17 (7.03% from 255 or 8.54% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #731143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731143 is #8CEEBC. Grayscale: #333333. Windows color (decimal): -9236157 or 4395379. OLE color: 4395379.

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

Color convert

RGB 115 17 67 -
CMYK 0 0.85 0.42 0.55
HSL 329.39º 0.74% 0.26% -
HSV(B) 329.39º 0.85% 0.45% -
XYZ 8.28 4.45 5.73 -
YUV 52 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 115 17 67 0 0.85 0.42 0.55 329.39 0.74 0.26
Hex 73 11 43 0 55 2A 37 149 4A 1A
Octal 163 21 103 0 125 52 67 511 112 32
Binary 1110011 10001 1000011 0 1010101 101010 110111 101001001 1001010 11010

Color Harmonies of #731143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731143

Black with #731143

Text Example


Text Example

White with #731143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731143; }

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

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

background-color css

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

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

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

border-color css

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

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

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