Html Css Color HEX #732240 Pompadour

📋 copy color: '#732240'

red 115 ◦ green 34 ◦ blue 64

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

Shades of Pompadour #732240

Tints of Pompadour #732240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 30.05%

R = 53.99%
G = 15.96%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#732240 (or 0x732240) is known color: Pompadour. HEX triplet: 73, 22 and 40. RGB value is (115,34,64). Sum of RGB (Red+Green+Blue) = 115+34+64=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #732240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732240 is #8CDDBF. Grayscale: #3D3D3D. Windows color (decimal): -9231808 or 4203123. OLE color: 4203123.

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

Color convert

RGB 115 34 64 -
CMYK 0 0.70 0.44 0.55
HSL 337.78º 0.54% 0.29% -
HSV(B) 337.78º 0.7% 0.45% -
XYZ 8.57 5.16 5.39 -
YUV 61.64 129.34 166.06 -
System Red Green Blue C M Y K H S L
Decimal 115 34 64 0 0.70 0.44 0.55 337.78 0.54 0.29
Hex 73 22 40 0 46 2C 37 152 36 1D
Octal 163 42 100 0 106 54 67 522 66 35
Binary 1110011 100010 1000000 0 1000110 101100 110111 101010010 110110 11101

Color Harmonies of #732240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732240

Black with #732240

Text Example


Text Example

White with #732240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732240; }

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

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

background-color css

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

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

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

border-color css

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

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

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