Html Css Color HEX #732042 Pompadour

📋 copy color: '#732042'

red 115 ◦ green 32 ◦ blue 66

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

Shades of Pompadour #732042

Tints of Pompadour #732042

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

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

R = 53.99%
G = 15.02%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#732042 (or 0x732042) is known color: Pompadour. HEX triplet: 73, 20 and 42. RGB value is (115,32,66). Sum of RGB (Red+Green+Blue) = 115+32+66=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #732042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732042 is #8CDFBD. Grayscale: #3C3C3C. Windows color (decimal): -9232318 or 4333683. OLE color: 4333683.

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

Color convert

RGB 115 32 66 -
CMYK 0 0.72 0.43 0.55
HSL 335.42º 0.56% 0.29% -
HSV(B) 335.42º 0.72% 0.45% -
XYZ 8.57 5.07 5.68 -
YUV 60.69 131 166.74 -
System Red Green Blue C M Y K H S L
Decimal 115 32 66 0 0.72 0.43 0.55 335.42 0.56 0.29
Hex 73 20 42 0 48 2B 37 14F 38 1D
Octal 163 40 102 0 110 53 67 517 70 35
Binary 1110011 100000 1000010 0 1001000 101011 110111 101001111 111000 11101

Color Harmonies of #732042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732042

Black with #732042

Text Example


Text Example

White with #732042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732042; }

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

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

background-color css

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

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

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

border-color css

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

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

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