Html Css Color HEX #732349 Pompadour

📋 copy color: '#732349'

red 115 ◦ green 35 ◦ blue 73

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

Shades of Pompadour #732349

Tints of Pompadour #732349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

 BLUE value IS 73 (28.91% from 255) = 32.74%

R = 51.57%
G = 15.7%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#732349 (or 0x732349) is known color: Pompadour. HEX triplet: 73, 23 and 49. RGB value is (115,35,73). Sum of RGB (Red+Green+Blue) = 115+35+73=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #732349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732349 is #8CDCB6. Grayscale: #3F3F3F. Windows color (decimal): -9231543 or 4793203. OLE color: 4793203.

HSL color Cylindrical-coordinate representation of color #732349: hue angle of 331.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #732349 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 35 73 -
CMYK 0 0.70 0.37 0.55
HSL 331.5º 0.53% 0.29% -
HSV(B) 331.5º 0.7% 0.45% -
XYZ 8.87 5.33 6.86 -
YUV 63.25 133.5 164.91 -
System Red Green Blue C M Y K H S L
Decimal 115 35 73 0 0.70 0.37 0.55 331.5 0.53 0.29
Hex 73 23 49 0 46 25 37 14C 35 1D
Octal 163 43 111 0 106 45 67 514 65 35
Binary 1110011 100011 1001001 0 1000110 100101 110111 101001100 110101 11101

Color Harmonies of #732349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732349

Black with #732349

Text Example


Text Example

White with #732349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732349; }

 p { color: rgb(115,35,73); }

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

background-color css

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

 a { background-color: rgb(115,35,73); }

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

border-color css

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

 span { border-color: rgb(115,35,73); }

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