Html Css Color HEX #732450 Pompadour

📋 copy color: '#732450'

red 115 ◦ green 36 ◦ blue 80

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

Shades of Pompadour #732450

Tints of Pompadour #732450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 34.63%

R = 49.78%
G = 15.58%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#732450 (or 0x732450) is known color: Pompadour. HEX triplet: 73, 24 and 50. RGB value is (115,36,80). Sum of RGB (Red+Green+Blue) = 115+36+80=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #732450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732450 is #8CDBAF. Grayscale: #404040. Windows color (decimal): -9231280 or 5252211. OLE color: 5252211.

HSL color Cylindrical-coordinate representation of color #732450: hue angle of 326.58º 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 #732450 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 36 80 -
CMYK 0 0.69 0.30 0.55
HSL 326.58º 0.52% 0.3% -
HSV(B) 326.58º 0.69% 0.45% -
XYZ 9.15 5.49 8.17 -
YUV 64.64 136.67 163.92 -
System Red Green Blue C M Y K H S L
Decimal 115 36 80 0 0.69 0.30 0.55 326.58 0.52 0.3
Hex 73 24 50 0 45 1E 37 147 34 1E
Octal 163 44 120 0 105 36 67 507 64 36
Binary 1110011 100100 1010000 0 1000101 11110 110111 101000111 110100 11110

Color Harmonies of #732450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732450

Black with #732450

Text Example


Text Example

White with #732450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732450; }

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

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

background-color css

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

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

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

border-color css

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

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

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