Html Css Color HEX #732244 Pompadour

📋 copy color: '#732244'

red 115 ◦ green 34 ◦ blue 68

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

Shades of Pompadour #732244

Tints of Pompadour #732244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 31.34%

R = 53%
G = 15.67%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#732244 (or 0x732244) is known color: Pompadour. HEX triplet: 73, 22 and 44. RGB value is (115,34,68). Sum of RGB (Red+Green+Blue) = 115+34+68=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #732244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732244 is #8CDDBB. Grayscale: #3E3E3E. Windows color (decimal): -9231804 or 4465267. OLE color: 4465267.

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

Color convert

RGB 115 34 68 -
CMYK 0 0.70 0.41 0.55
HSL 334.81º 0.54% 0.29% -
HSV(B) 334.81º 0.7% 0.45% -
XYZ 8.69 5.21 6.02 -
YUV 62.1 131.34 165.74 -
System Red Green Blue C M Y K H S L
Decimal 115 34 68 0 0.70 0.41 0.55 334.81 0.54 0.29
Hex 73 22 44 0 46 29 37 14F 36 1D
Octal 163 42 104 0 106 51 67 517 66 35
Binary 1110011 100010 1000100 0 1000110 101001 110111 101001111 110110 11101

Color Harmonies of #732244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732244

Black with #732244

Text Example


Text Example

White with #732244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732244; }

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

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

background-color css

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

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

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

border-color css

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

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

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