Html Css Color HEX #732442 Pompadour

📋 copy color: '#732442'

red 115 ◦ green 36 ◦ blue 66

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

Shades of Pompadour #732442

Tints of Pompadour #732442

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.59%

 BLUE value IS 66 (26.17% from 255) = 30.41%

R = 53%
G = 16.59%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#732442 (or 0x732442) is known color: Pompadour. HEX triplet: 73, 24 and 42. RGB value is (115,36,66). Sum of RGB (Red+Green+Blue) = 115+36+66=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 36 (14.45% from 255 or 16.59% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #732442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732442 is #8CDBBD. Grayscale: #3E3E3E. Windows color (decimal): -9231294 or 4334707. OLE color: 4334707.

HSL color Cylindrical-coordinate representation of color #732442: hue angle of 337.22º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #732442 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 36 66 -
CMYK 0 0.69 0.43 0.55
HSL 337.22º 0.52% 0.3% -
HSV(B) 337.22º 0.69% 0.45% -
XYZ 8.68 5.3 5.72 -
YUV 63.04 129.67 165.06 -
System Red Green Blue C M Y K H S L
Decimal 115 36 66 0 0.69 0.43 0.55 337.22 0.52 0.3
Hex 73 24 42 0 45 2B 37 151 34 1E
Octal 163 44 102 0 105 53 67 521 64 36
Binary 1110011 100100 1000010 0 1000101 101011 110111 101010001 110100 11110

Color Harmonies of #732442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732442

Black with #732442

Text Example


Text Example

White with #732442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732442; }

 p { color: rgb(115,36,66); }

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

background-color css

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

 a { background-color: rgb(115,36,66); }

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

border-color css

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

 span { border-color: rgb(115,36,66); }

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