Html Css Color HEX #732448 Pompadour

📋 copy color: '#732448'

red 115 ◦ green 36 ◦ blue 72

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

Shades of Pompadour #732448

Tints of Pompadour #732448

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

 BLUE value IS 72 (28.52% from 255) = 32.29%

R = 51.57%
G = 16.14%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#732448 (or 0x732448) is known color: Pompadour. HEX triplet: 73, 24 and 48. RGB value is (115,36,72). Sum of RGB (Red+Green+Blue) = 115+36+72=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #732448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732448 is #8CDBB7. Grayscale: #3F3F3F. Windows color (decimal): -9231288 or 4727923. OLE color: 4727923.

HSL color Cylindrical-coordinate representation of color #732448: hue angle of 332.66º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #732448 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 36 72 -
CMYK 0 0.69 0.37 0.55
HSL 332.66º 0.52% 0.3% -
HSV(B) 332.66º 0.69% 0.45% -
XYZ 8.87 5.37 6.7 -
YUV 63.73 132.67 164.57 -
System Red Green Blue C M Y K H S L
Decimal 115 36 72 0 0.69 0.37 0.55 332.66 0.52 0.3
Hex 73 24 48 0 45 25 37 14D 34 1E
Octal 163 44 110 0 105 45 67 515 64 36
Binary 1110011 100100 1001000 0 1000101 100101 110111 101001101 110100 11110

Color Harmonies of #732448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732448

Black with #732448

Text Example


Text Example

White with #732448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732448; }

 p { color: rgb(115,36,72); }

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

background-color css

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

 a { background-color: rgb(115,36,72); }

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

border-color css

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

 span { border-color: rgb(115,36,72); }

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