Html Css Color HEX #731E52 Pompadour

📋 copy color: '#731E52'

red 115 ◦ green 30 ◦ blue 82

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

Shades of Pompadour #731E52

Tints of Pompadour #731E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.22%

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 50.66%
G = 13.22%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#731E52 (or 0x731E52) is known color: Pompadour. HEX triplet: 73, 1E and 52. RGB value is (115,30,82). Sum of RGB (Red+Green+Blue) = 115+30+82=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #731E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731E52 is #8CE1AD. Grayscale: #3D3D3D. Windows color (decimal): -9232814 or 5381747. OLE color: 5381747.

HSL color Cylindrical-coordinate representation of color #731E52: hue angle of 323.29º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #731E52 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 30 82 -
CMYK 0 0.74 0.29 0.55
HSL 323.29º 0.59% 0.28% -
HSV(B) 323.29º 0.74% 0.45% -
XYZ 9.06 5.18 8.51 -
YUV 61.34 139.66 166.27 -
System Red Green Blue C M Y K H S L
Decimal 115 30 82 0 0.74 0.29 0.55 323.29 0.59 0.28
Hex 73 1E 52 0 4A 1D 37 143 3B 1C
Octal 163 36 122 0 112 35 67 503 73 34
Binary 1110011 11110 1010010 0 1001010 11101 110111 101000011 111011 11100

Color Harmonies of #731E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731E52

Black with #731E52

Text Example


Text Example

White with #731E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731E52; }

 p { color: rgb(115,30,82); }

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

background-color css

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

 a { background-color: rgb(115,30,82); }

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

border-color css

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

 span { border-color: rgb(115,30,82); }

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