Html Css Color HEX #732241 Pompadour

📋 copy color: '#732241'

red 115 ◦ green 34 ◦ blue 65

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

Shades of Pompadour #732241

Tints of Pompadour #732241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.89%

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 53.74%
G = 15.89%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#732241 (or 0x732241) is known color: Pompadour. HEX triplet: 73, 22 and 41. RGB value is (115,34,65). Sum of RGB (Red+Green+Blue) = 115+34+65=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #732241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732241 is #8CDDBE. Grayscale: #3D3D3D. Windows color (decimal): -9231807 or 4268659. OLE color: 4268659.

HSL color Cylindrical-coordinate representation of color #732241: hue angle of 337.04º degrees, saturation: 0.54, 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 #732241 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 34 65 -
CMYK 0 0.70 0.43 0.55
HSL 337.04º 0.54% 0.29% -
HSV(B) 337.04º 0.7% 0.45% -
XYZ 8.6 5.17 5.55 -
YUV 61.75 129.84 165.98 -
System Red Green Blue C M Y K H S L
Decimal 115 34 65 0 0.70 0.43 0.55 337.04 0.54 0.29
Hex 73 22 41 0 46 2B 37 151 36 1D
Octal 163 42 101 0 106 53 67 521 66 35
Binary 1110011 100010 1000001 0 1000110 101011 110111 101010001 110110 11101

Color Harmonies of #732241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732241

Black with #732241

Text Example


Text Example

White with #732241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732241; }

 p { color: rgb(115,34,65); }

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

background-color css

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

 a { background-color: rgb(115,34,65); }

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

border-color css

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

 span { border-color: rgb(115,34,65); }

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