Html Css Color HEX #732146 Pompadour

📋 copy color: '#732146'

red 115 ◦ green 33 ◦ blue 70

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

Shades of Pompadour #732146

Tints of Pompadour #732146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 32.11%

R = 52.75%
G = 15.14%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#732146 (or 0x732146) is known color: Pompadour. HEX triplet: 73, 21 and 46. RGB value is (115,33,70). Sum of RGB (Red+Green+Blue) = 115+33+70=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #732146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732146 is #8CDEB9. Grayscale: #3D3D3D. Windows color (decimal): -9232058 or 4596083. OLE color: 4596083.

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

Color convert

RGB 115 33 70 -
CMYK 0 0.71 0.39 0.55
HSL 332.93º 0.55% 0.29% -
HSV(B) 332.93º 0.71% 0.45% -
XYZ 8.72 5.17 6.33 -
YUV 61.74 132.67 165.99 -
System Red Green Blue C M Y K H S L
Decimal 115 33 70 0 0.71 0.39 0.55 332.93 0.55 0.29
Hex 73 21 46 0 47 27 37 14D 37 1D
Octal 163 41 106 0 107 47 67 515 67 35
Binary 1110011 100001 1000110 0 1000111 100111 110111 101001101 110111 11101

Color Harmonies of #732146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732146

Black with #732146

Text Example


Text Example

White with #732146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732146; }

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

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

background-color css

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

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

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

border-color css

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

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

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