Html Css Color HEX #732040 Pompadour

📋 copy color: '#732040'

red 115 ◦ green 32 ◦ blue 64

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

Shades of Pompadour #732040

Tints of Pompadour #732040

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.17%

 BLUE value IS 64 (25.39% from 255) = 30.33%

R = 54.5%
G = 15.17%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#732040 (or 0x732040) is known color: Pompadour. HEX triplet: 73, 20 and 40. RGB value is (115,32,64). Sum of RGB (Red+Green+Blue) = 115+32+64=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #732040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732040 is #8CDFBF. Grayscale: #3C3C3C. Windows color (decimal): -9232320 or 4202611. OLE color: 4202611.

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

Color convert

RGB 115 32 64 -
CMYK 0 0.72 0.44 0.55
HSL 336.87º 0.56% 0.29% -
HSV(B) 336.87º 0.72% 0.45% -
XYZ 8.51 5.05 5.38 -
YUV 60.47 130 166.9 -
System Red Green Blue C M Y K H S L
Decimal 115 32 64 0 0.72 0.44 0.55 336.87 0.56 0.29
Hex 73 20 40 0 48 2C 37 151 38 1D
Octal 163 40 100 0 110 54 67 521 70 35
Binary 1110011 100000 1000000 0 1001000 101100 110111 101010001 111000 11101

Color Harmonies of #732040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732040

Black with #732040

Text Example


Text Example

White with #732040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732040; }

 p { color: rgb(115,32,64); }

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

background-color css

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

 a { background-color: rgb(115,32,64); }

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

border-color css

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

 span { border-color: rgb(115,32,64); }

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