Html Css Color HEX #732150 Pompadour

📋 copy color: '#732150'

red 115 ◦ green 33 ◦ blue 80

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

Shades of Pompadour #732150

Tints of Pompadour #732150

RGB

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

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

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

R = 50.44%
G = 14.47%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#732150 (or 0x732150) is known color: Pompadour. HEX triplet: 73, 21 and 50. RGB value is (115,33,80). Sum of RGB (Red+Green+Blue) = 115+33+80=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #732150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732150 is #8CDEAF. Grayscale: #3E3E3E. Windows color (decimal): -9232048 or 5251443. OLE color: 5251443.

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

Color convert

RGB 115 33 80 -
CMYK 0 0.71 0.30 0.55
HSL 325.61º 0.55% 0.29% -
HSV(B) 325.61º 0.71% 0.45% -
XYZ 9.06 5.31 8.14 -
YUV 62.88 137.67 165.18 -
System Red Green Blue C M Y K H S L
Decimal 115 33 80 0 0.71 0.30 0.55 325.61 0.55 0.29
Hex 73 21 50 0 47 1E 37 146 37 1D
Octal 163 41 120 0 107 36 67 506 67 35
Binary 1110011 100001 1010000 0 1000111 11110 110111 101000110 110111 11101

Color Harmonies of #732150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732150

Black with #732150

Text Example


Text Example

White with #732150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732150; }

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

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

background-color css

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

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

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

border-color css

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

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

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