#732B3A

Color #732B3A Paprika (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paprika #732B3A

Tints of Paprika #732B3A

Color information

#732B3A (or 0x732B3A) is unknown color: approx Paprika. HEX triplet: 73, 2B and 3A. RGB value is (115,43,58). Sum of RGB (Red+Green+Blue) = 115+43+58=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #732B3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732B3A is #8CD4C5. Grayscale: #424242. Windows color (decimal): -9229510 or 3812211. OLE color: 3812211.

HSL color Cylindrical-coordinate representation of color #732B3A: hue angle of 347.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #732B3A is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1154358-
CMYK00.630.500.55
HSL347.5º45.57%30.98%-
HSV(B)347.5º62.61%45.1%-
XYZ8.75.684.64-
YUV66.24123.35162.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.24%
GREEN value IS 43 (17.19% from 255) = 19.91%
BLUE value IS 58 (23.05% from 255) = 26.85%
R=53.24%
G=19.91%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115435800.630.500.55347.545.5730.98
Hex732B3A03F323715c2e1f
Octal163537207762675345637
Binary1110011101011111010011111111001011011110101110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732B3A; }

 p { color: rgb(115,43,58); }

 H1.HeaderClassName
 {
   color: #732B3A;
 }
 .AnyTagClassName
 {
   color: #732B3A;
 }
</style>
background-color css

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

 a { background-color: rgb(115,43,58); }

 div.DivClassName
 {
   background-color: #732B3A;
 }
 .BgClassName
 {
   background-color: #732B3A;
 }
</style>
border-color css

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

 span { border-color: rgb(115,43,58); }

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