Html Css Color HEX #731653 Pompadour

📋 copy color: '#731653'

red 115 ◦ green 22 ◦ blue 83

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

Shades of Pompadour #731653

Tints of Pompadour #731653

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10%

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

R = 52.27%
G = 10%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#731653 (or 0x731653) is known color: Pompadour. HEX triplet: 73, 16 and 53. RGB value is (115,22,83). Sum of RGB (Red+Green+Blue) = 115+22+83=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #731653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731653 is #8CE9AC. Grayscale: #383838. Windows color (decimal): -9234861 or 5445235. OLE color: 5445235.

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

Color convert

RGB 115 22 83 -
CMYK 0 0.81 0.28 0.55
HSL 320.65º 0.68% 0.27% -
HSV(B) 320.65º 0.81% 0.45% -
XYZ 8.92 4.84 8.65 -
YUV 56.76 142.81 169.54 -
System Red Green Blue C M Y K H S L
Decimal 115 22 83 0 0.81 0.28 0.55 320.65 0.68 0.27
Hex 73 16 53 0 51 1C 37 141 44 1B
Octal 163 26 123 0 121 34 67 501 104 33
Binary 1110011 10110 1010011 0 1010001 11100 110111 101000001 1000100 11011

Color Harmonies of #731653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731653

Black with #731653

Text Example


Text Example

White with #731653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731653; }

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

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

background-color css

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

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

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

border-color css

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

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

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