Html Css Color HEX #731953 Pompadour

📋 copy color: '#731953'

red 115 ◦ green 25 ◦ blue 83

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

Shades of Pompadour #731953

Tints of Pompadour #731953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

 BLUE value IS 83 (32.81% from 255) = 37.22%

R = 51.57%
G = 11.21%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#731953 (or 0x731953) is known color: Pompadour. HEX triplet: 73, 19 and 53. RGB value is (115,25,83). Sum of RGB (Red+Green+Blue) = 115+25+83=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #731953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731953 is #8CE6AC. Grayscale: #3A3A3A. Windows color (decimal): -9234093 or 5446003. OLE color: 5446003.

HSL color Cylindrical-coordinate representation of color #731953: hue angle of 321.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731953 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 83 -
CMYK 0 0.78 0.28 0.55
HSL 321.33º 0.64% 0.27% -
HSV(B) 321.33º 0.78% 0.45% -
XYZ 8.98 4.96 8.67 -
YUV 58.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 115 25 83 0 0.78 0.28 0.55 321.33 0.64 0.27
Hex 73 19 53 0 4E 1C 37 141 40 1B
Octal 163 31 123 0 116 34 67 501 100 33
Binary 1110011 11001 1010011 0 1001110 11100 110111 101000001 1000000 11011

Color Harmonies of #731953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731953

Black with #731953

Text Example


Text Example

White with #731953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731953; }

 p { color: rgb(115,25,83); }

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

background-color css

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

 a { background-color: rgb(115,25,83); }

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

border-color css

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

 span { border-color: rgb(115,25,83); }

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