Html Css Color HEX #731253 Pompadour

📋 copy color: '#731253'

red 115 ◦ green 18 ◦ blue 83

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

Shades of Pompadour #731253

Tints of Pompadour #731253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.33%

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

R = 53.24%
G = 8.33%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#731253 (or 0x731253) is known color: Pompadour. HEX triplet: 73, 12 and 53. RGB value is (115,18,83). Sum of RGB (Red+Green+Blue) = 115+18+83=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #731253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731253 is #8CEDAC. Grayscale: #363636. Windows color (decimal): -9235885 or 5444211. OLE color: 5444211.

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

Color convert

RGB 115 18 83 -
CMYK 0 0.84 0.28 0.55
HSL 319.79º 0.73% 0.26% -
HSV(B) 319.79º 0.84% 0.45% -
XYZ 8.85 4.7 8.62 -
YUV 54.41 144.14 171.21 -
System Red Green Blue C M Y K H S L
Decimal 115 18 83 0 0.84 0.28 0.55 319.79 0.73 0.26
Hex 73 12 53 0 54 1C 37 140 49 1A
Octal 163 22 123 0 124 34 67 500 111 32
Binary 1110011 10010 1010011 0 1010100 11100 110111 101000000 1001001 11010

Color Harmonies of #731253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731253

Black with #731253

Text Example


Text Example

White with #731253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731253; }

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

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

background-color css

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

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

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

border-color css

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

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

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