Html Css Color HEX #731052 Pompadour

📋 copy color: '#731052'

red 115 ◦ green 16 ◦ blue 82

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

Shades of Pompadour #731052

Tints of Pompadour #731052

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.51%

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

R = 53.99%
G = 7.51%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#731052 (or 0x731052) is known color: Pompadour. HEX triplet: 73, 10 and 52. RGB value is (115,16,82). Sum of RGB (Red+Green+Blue) = 115+16+82=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #731052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731052 is #8CEFAD. Grayscale: #343434. Windows color (decimal): -9236398 or 5378163. OLE color: 5378163.

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

Color convert

RGB 115 16 82 -
CMYK 0 0.86 0.29 0.55
HSL 320º 0.76% 0.26% -
HSV(B) 320º 0.86% 0.45% -
XYZ 8.78 4.62 8.41 -
YUV 53.13 144.3 172.13 -
System Red Green Blue C M Y K H S L
Decimal 115 16 82 0 0.86 0.29 0.55 320 0.76 0.26
Hex 73 10 52 0 56 1D 37 140 4C 1A
Octal 163 20 122 0 126 35 67 500 114 32
Binary 1110011 10000 1010010 0 1010110 11101 110111 101000000 1001100 11010

Color Harmonies of #731052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731052

Black with #731052

Text Example


Text Example

White with #731052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731052; }

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

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

background-color css

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

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

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

border-color css

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

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

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