Html Css Color HEX #732141 Pompadour

📋 copy color: '#732141'

red 115 ◦ green 33 ◦ blue 65

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

Shades of Pompadour #732141

Tints of Pompadour #732141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

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

R = 53.99%
G = 15.49%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#732141 (or 0x732141) is known color: Pompadour. HEX triplet: 73, 21 and 41. RGB value is (115,33,65). Sum of RGB (Red+Green+Blue) = 115+33+65=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 65 (25.78% from 255 or 30.52% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #732141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732141 is #8CDEBE. Grayscale: #3D3D3D. Windows color (decimal): -9232063 or 4268403. OLE color: 4268403.

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

Color convert

RGB 115 33 65 -
CMYK 0 0.71 0.43 0.55
HSL 336.59º 0.55% 0.29% -
HSV(B) 336.59º 0.71% 0.45% -
XYZ 8.57 5.11 5.54 -
YUV 61.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 115 33 65 0 0.71 0.43 0.55 336.59 0.55 0.29
Hex 73 21 41 0 47 2B 37 151 37 1D
Octal 163 41 101 0 107 53 67 521 67 35
Binary 1110011 100001 1000001 0 1000111 101011 110111 101010001 110111 11101

Color Harmonies of #732141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732141

Black with #732141

Text Example


Text Example

White with #732141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732141; }

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

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

background-color css

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

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

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

border-color css

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

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

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