Html Css Color HEX #732147 Pompadour

📋 copy color: '#732147'

red 115 ◦ green 33 ◦ blue 71

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

Shades of Pompadour #732147

Tints of Pompadour #732147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

 BLUE value IS 71 (28.13% from 255) = 32.42%

R = 52.51%
G = 15.07%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#732147 (or 0x732147) is known color: Pompadour. HEX triplet: 73, 21 and 47. RGB value is (115,33,71). Sum of RGB (Red+Green+Blue) = 115+33+71=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #732147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732147 is #8CDEB8. Grayscale: #3D3D3D. Windows color (decimal): -9232057 or 4661619. OLE color: 4661619.

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

Color convert

RGB 115 33 71 -
CMYK 0 0.71 0.38 0.55
HSL 332.2º 0.55% 0.29% -
HSV(B) 332.2º 0.71% 0.45% -
XYZ 8.75 5.19 6.5 -
YUV 61.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 115 33 71 0 0.71 0.38 0.55 332.2 0.55 0.29
Hex 73 21 47 0 47 26 37 14C 37 1D
Octal 163 41 107 0 107 46 67 514 67 35
Binary 1110011 100001 1000111 0 1000111 100110 110111 101001100 110111 11101

Color Harmonies of #732147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732147

Black with #732147

Text Example


Text Example

White with #732147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732147; }

 p { color: rgb(115,33,71); }

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

background-color css

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

 a { background-color: rgb(115,33,71); }

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

border-color css

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

 span { border-color: rgb(115,33,71); }

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