Html Css Color HEX #732143 Pompadour

📋 copy color: '#732143'

red 115 ◦ green 33 ◦ blue 67

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

Shades of Pompadour #732143

Tints of Pompadour #732143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 31.16%

R = 53.49%
G = 15.35%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#732143 (or 0x732143) is known color: Pompadour. HEX triplet: 73, 21 and 43. RGB value is (115,33,67). Sum of RGB (Red+Green+Blue) = 115+33+67=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #732143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732143 is #8CDEBC. Grayscale: #3D3D3D. Windows color (decimal): -9232061 or 4399475. OLE color: 4399475.

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

Color convert

RGB 115 33 67 -
CMYK 0 0.71 0.42 0.55
HSL 335.12º 0.55% 0.29% -
HSV(B) 335.12º 0.71% 0.45% -
XYZ 8.63 5.14 5.85 -
YUV 61.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 115 33 67 0 0.71 0.42 0.55 335.12 0.55 0.29
Hex 73 21 43 0 47 2A 37 14F 37 1D
Octal 163 41 103 0 107 52 67 517 67 35
Binary 1110011 100001 1000011 0 1000111 101010 110111 101001111 110111 11101

Color Harmonies of #732143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #732143

Black with #732143

Text Example


Text Example

White with #732143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #732143; }

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

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

background-color css

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

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

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

border-color css

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

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

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