Html Css Color HEX #731455 Pompadour

📋 copy color: '#731455'

red 115 ◦ green 20 ◦ blue 85

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

Shades of Pompadour #731455

Tints of Pompadour #731455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.09%

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

R = 52.27%
G = 9.09%
B = 38.64%

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

#731455 (or 0x731455) is known color: Pompadour. HEX triplet: 73, 14 and 55. RGB value is (115,20,85). Sum of RGB (Red+Green+Blue) = 115+20+85=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 20 (8.20% from 255 or 9.09% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #731455 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731455 is #8CEBAA. Grayscale: #373737. Windows color (decimal): -9235371 or 5575795. OLE color: 5575795.

HSL color Cylindrical-coordinate representation of color #731455: hue angle of 318.95º degrees, saturation: 0.7, 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 #731455 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 20 85 -
CMYK 0 0.83 0.26 0.55
HSL 318.95º 0.7% 0.26% -
HSV(B) 318.95º 0.83% 0.45% -
XYZ 8.96 4.8 9.05 -
YUV 55.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 115 20 85 0 0.83 0.26 0.55 318.95 0.7 0.26
Hex 73 14 55 0 53 1A 37 13F 46 1A
Octal 163 24 125 0 123 32 67 477 106 32
Binary 1110011 10100 1010101 0 1010011 11010 110111 100111111 1000110 11010

Color Harmonies of #731455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731455

Black with #731455

Text Example


Text Example

White with #731455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731455; }

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

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

background-color css

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

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

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

border-color css

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

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

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