Html Css Color HEX #731C52 Pompadour

📋 copy color: '#731C52'

red 115 ◦ green 28 ◦ blue 82

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

Shades of Pompadour #731C52

Tints of Pompadour #731C52

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.44%

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

R = 51.11%
G = 12.44%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#731C52 (or 0x731C52) is known color: Pompadour. HEX triplet: 73, 1C and 52. RGB value is (115,28,82). Sum of RGB (Red+Green+Blue) = 115+28+82=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #731C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C52 is #8CE3AD. Grayscale: #3C3C3C. Windows color (decimal): -9233326 or 5381235. OLE color: 5381235.

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

Color convert

RGB 115 28 82 -
CMYK 0 0.76 0.29 0.55
HSL 322.76º 0.61% 0.28% -
HSV(B) 322.76º 0.76% 0.45% -
XYZ 9.01 5.08 8.49 -
YUV 60.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 115 28 82 0 0.76 0.29 0.55 322.76 0.61 0.28
Hex 73 1C 52 0 4C 1D 37 143 3D 1C
Octal 163 34 122 0 114 35 67 503 75 34
Binary 1110011 11100 1010010 0 1001100 11101 110111 101000011 111101 11100

Color Harmonies of #731C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C52

Black with #731C52

Text Example


Text Example

White with #731C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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