Html Css Color HEX #732548 Pompadour

📋 copy color: '#732548'

red 115 ◦ green 37 ◦ blue 72

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

Shades of Pompadour #732548

Tints of Pompadour #732548

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.52%

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

R = 51.34%
G = 16.52%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#732548 (or 0x732548) is known color: Pompadour. HEX triplet: 73, 25 and 48. RGB value is (115,37,72). Sum of RGB (Red+Green+Blue) = 115+37+72=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #732548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732548 is #8CDAB7. Grayscale: #404040. Windows color (decimal): -9231032 or 4728179. OLE color: 4728179.

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

Color convert

RGB 115 37 72 -
CMYK 0 0.68 0.37 0.55
HSL 333.08º 0.51% 0.3% -
HSV(B) 333.08º 0.68% 0.45% -
XYZ 8.9 5.44 6.71 -
YUV 64.31 132.34 164.15 -
System Red Green Blue C M Y K H S L
Decimal 115 37 72 0 0.68 0.37 0.55 333.08 0.51 0.3
Hex 73 25 48 0 44 25 37 14D 33 1E
Octal 163 45 110 0 104 45 67 515 63 36
Binary 1110011 100101 1001000 0 1000100 100101 110111 101001101 110011 11110

Color Harmonies of #732548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732548

Black with #732548

Text Example


Text Example

White with #732548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732548; }

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

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

background-color css

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

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

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

border-color css

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

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

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