Html Css Color HEX #731243 Pompadour

📋 copy color: '#731243'

red 115 ◦ green 18 ◦ blue 67

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

Shades of Pompadour #731243

Tints of Pompadour #731243

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

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

R = 57.5%
G = 9%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#731243 (or 0x731243) is known color: Pompadour. HEX triplet: 73, 12 and 43. RGB value is (115,18,67). Sum of RGB (Red+Green+Blue) = 115+18+67=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #731243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731243 is #8CEDBC. Grayscale: #343434. Windows color (decimal): -9235901 or 4395635. OLE color: 4395635.

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

Color convert

RGB 115 18 67 -
CMYK 0 0.84 0.42 0.55
HSL 329.69º 0.73% 0.26% -
HSV(B) 329.69º 0.84% 0.45% -
XYZ 8.3 4.48 5.74 -
YUV 52.59 136.14 172.52 -
System Red Green Blue C M Y K H S L
Decimal 115 18 67 0 0.84 0.42 0.55 329.69 0.73 0.26
Hex 73 12 43 0 54 2A 37 14A 49 1A
Octal 163 22 103 0 124 52 67 512 111 32
Binary 1110011 10010 1000011 0 1010100 101010 110111 101001010 1001001 11010

Color Harmonies of #731243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731243

Black with #731243

Text Example


Text Example

White with #731243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731243; }

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

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

background-color css

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

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

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

border-color css

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

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

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