Html Css Color HEX #731355 Pompadour

📋 copy color: '#731355'

red 115 ◦ green 19 ◦ blue 85

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

Shades of Pompadour #731355

Tints of Pompadour #731355

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.68%

 BLUE value IS 85 (33.59% from 255) = 38.81%

R = 52.51%
G = 8.68%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#731355 (or 0x731355) is known color: Pompadour. HEX triplet: 73, 13 and 55. RGB value is (115,19,85). Sum of RGB (Red+Green+Blue) = 115+19+85=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 19 (7.81% from 255 or 8.68% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #731355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731355 is #8CECAA. Grayscale: #373737. Windows color (decimal): -9235627 or 5575539. OLE color: 5575539.

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

Color convert

RGB 115 19 85 -
CMYK 0 0.83 0.26 0.55
HSL 318.75º 0.72% 0.26% -
HSV(B) 318.75º 0.83% 0.45% -
XYZ 8.94 4.77 9.04 -
YUV 55.23 144.8 170.63 -
System Red Green Blue C M Y K H S L
Decimal 115 19 85 0 0.83 0.26 0.55 318.75 0.72 0.26
Hex 73 13 55 0 53 1A 37 13F 48 1A
Octal 163 23 125 0 123 32 67 477 110 32
Binary 1110011 10011 1010101 0 1010011 11010 110111 100111111 1001000 11010

Color Harmonies of #731355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731355

Black with #731355

Text Example


Text Example

White with #731355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731355; }

 p { color: rgb(115,19,85); }

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

background-color css

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

 a { background-color: rgb(115,19,85); }

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

border-color css

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

 span { border-color: rgb(115,19,85); }

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