Html Css Color HEX #731051 Pompadour

📋 copy color: '#731051'

red 115 ◦ green 16 ◦ blue 81

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

Shades of Pompadour #731051

Tints of Pompadour #731051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 38.21%

R = 54.25%
G = 7.55%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#731051 (or 0x731051) is known color: Pompadour. HEX triplet: 73, 10 and 51. RGB value is (115,16,81). Sum of RGB (Red+Green+Blue) = 115+16+81=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #731051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731051 is #8CEFAE. Grayscale: #343434. Windows color (decimal): -9236399 or 5312627. OLE color: 5312627.

HSL color Cylindrical-coordinate representation of color #731051: hue angle of 320.61º 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 #731051 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 16 81 -
CMYK 0 0.86 0.30 0.55
HSL 320.61º 0.76% 0.26% -
HSV(B) 320.61º 0.86% 0.45% -
XYZ 8.74 4.61 8.21 -
YUV 53.01 143.8 172.21 -
System Red Green Blue C M Y K H S L
Decimal 115 16 81 0 0.86 0.30 0.55 320.61 0.76 0.26
Hex 73 10 51 0 56 1E 37 141 4C 1A
Octal 163 20 121 0 126 36 67 501 114 32
Binary 1110011 10000 1010001 0 1010110 11110 110111 101000001 1001100 11010

Color Harmonies of #731051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731051

Black with #731051

Text Example


Text Example

White with #731051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731051; }

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

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

background-color css

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

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

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

border-color css

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

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

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