Html Css Color HEX #731853 Pompadour

📋 copy color: '#731853'

red 115 ◦ green 24 ◦ blue 83

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

Shades of Pompadour #731853

Tints of Pompadour #731853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.81%

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

R = 51.8%
G = 10.81%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#731853 (or 0x731853) is known color: Pompadour. HEX triplet: 73, 18 and 53. RGB value is (115,24,83). Sum of RGB (Red+Green+Blue) = 115+24+83=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #731853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731853 is #8CE7AC. Grayscale: #393939. Windows color (decimal): -9234349 or 5445747. OLE color: 5445747.

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

Color convert

RGB 115 24 83 -
CMYK 0 0.79 0.28 0.55
HSL 321.1º 0.65% 0.27% -
HSV(B) 321.1º 0.79% 0.45% -
XYZ 8.96 4.92 8.66 -
YUV 57.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 115 24 83 0 0.79 0.28 0.55 321.1 0.65 0.27
Hex 73 18 53 0 4F 1C 37 141 41 1B
Octal 163 30 123 0 117 34 67 501 101 33
Binary 1110011 11000 1010011 0 1001111 11100 110111 101000001 1000001 11011

Color Harmonies of #731853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731853

Black with #731853

Text Example


Text Example

White with #731853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731853; }

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

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

background-color css

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

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

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

border-color css

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

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

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