Html Css Color HEX #732346 Pompadour

📋 copy color: '#732346'

red 115 ◦ green 35 ◦ blue 70

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

Shades of Pompadour #732346

Tints of Pompadour #732346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

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

R = 52.27%
G = 15.91%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#732346 (or 0x732346) is known color: Pompadour. HEX triplet: 73, 23 and 46. RGB value is (115,35,70). Sum of RGB (Red+Green+Blue) = 115+35+70=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #732346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732346 is #8CDCB9. Grayscale: #3E3E3E. Windows color (decimal): -9231546 or 4596595. OLE color: 4596595.

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

Color convert

RGB 115 35 70 -
CMYK 0 0.70 0.39 0.55
HSL 333.75º 0.53% 0.29% -
HSV(B) 333.75º 0.7% 0.45% -
XYZ 8.78 5.29 6.35 -
YUV 62.91 132 165.15 -
System Red Green Blue C M Y K H S L
Decimal 115 35 70 0 0.70 0.39 0.55 333.75 0.53 0.29
Hex 73 23 46 0 46 27 37 14E 35 1D
Octal 163 43 106 0 106 47 67 516 65 35
Binary 1110011 100011 1000110 0 1000110 100111 110111 101001110 110101 11101

Color Harmonies of #732346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732346

Black with #732346

Text Example


Text Example

White with #732346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732346; }

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

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

background-color css

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

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

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

border-color css

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

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

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